Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33171
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33170",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33171,
    "results": [
        {
            "start": 970747560,
            "stop": 970747705
        },
        {
            "start": 970747706,
            "stop": 970747872
        },
        {
            "start": 970747873,
            "stop": 970749336
        },
        {
            "start": 970749337,
            "stop": 970749397
        },
        {
            "start": 970749400,
            "stop": 970750356
        },
        {
            "start": 970750359,
            "stop": 970750460
        },
        {
            "start": 970750463,
            "stop": 970750757
        },
        {
            "start": 970750760,
            "stop": 970751065
        },
        {
            "start": 970751066,
            "stop": 970751626
        },
        {
            "start": 970751629,
            "stop": 970751807
        },
        {
            "start": 970751815,
            "stop": 970752031
        },
        {
            "start": 970752034,
            "stop": 970752392
        },
        {
            "start": 970752395,
            "stop": 970752940
        },
        {
            "start": 970752941,
            "stop": 970753152
        },
        {
            "start": 970753153,
            "stop": 970753380
        },
        {
            "start": 970753381,
            "stop": 970753496
        },
        {
            "start": 970753497,
            "stop": 970753643
        },
        {
            "start": 970753646,
            "stop": 970753657
        },
        {
            "start": 970753660,
            "stop": 970753716
        },
        {
            "start": 970753719,
            "stop": 970753721
        }
    ]
}