Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=130
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=129",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 130,
    "results": [
        {
            "start": 1176315708,
            "stop": 1176315713
        },
        {
            "start": 1176315720,
            "stop": 1176315726
        },
        {
            "start": 1176315731,
            "stop": 1176315936
        },
        {
            "start": 1176315938,
            "stop": 1176316438
        },
        {
            "start": 1176316439,
            "stop": 1176319037
        },
        {
            "start": 1176319038,
            "stop": 1176320154
        },
        {
            "start": 1176320155,
            "stop": 1176323003
        },
        {
            "start": 1176323004,
            "stop": 1176323015
        },
        {
            "start": 1176323016,
            "stop": 1176324427
        },
        {
            "start": 1176324432,
            "stop": 1176324437
        },
        {
            "start": 1176324443,
            "stop": 1176324449
        },
        {
            "start": 1176324453,
            "stop": 1176325864
        },
        {
            "start": 1176325868,
            "stop": 1176325876
        },
        {
            "start": 1176325879,
            "stop": 1176327344
        },
        {
            "start": 1176327346,
            "stop": 1176327477
        },
        {
            "start": 1176327478,
            "stop": 1176339845
        },
        {
            "start": 1176342083,
            "stop": 1176354728
        },
        {
            "start": 1176354733,
            "stop": 1176382475
        },
        {
            "start": 1176383458,
            "stop": 1176423307
        },
        {
            "start": 1176425312,
            "stop": 1176441422
        }
    ]
}