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/S5/timelines/H1_BURST_CAT1/segments?format=api&page=262
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=261",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 262,
    "results": [
        {
            "start": 858785121,
            "stop": 858785505
        },
        {
            "start": 858791763,
            "stop": 858792767
        },
        {
            "start": 858793740,
            "stop": 858797810
        },
        {
            "start": 858798265,
            "stop": 858798436
        },
        {
            "start": 858798736,
            "stop": 858799573
        },
        {
            "start": 858800050,
            "stop": 858805155
        },
        {
            "start": 858805265,
            "stop": 858805281
        },
        {
            "start": 858805968,
            "stop": 858806095
        },
        {
            "start": 858806395,
            "stop": 858806728
        },
        {
            "start": 858811192,
            "stop": 858818918
        },
        {
            "start": 858825932,
            "stop": 858885505
        },
        {
            "start": 858888373,
            "stop": 858892004
        },
        {
            "start": 858892720,
            "stop": 858901046
        },
        {
            "start": 858901048,
            "stop": 858951734
        },
        {
            "start": 858951844,
            "stop": 858951866
        },
        {
            "start": 858952166,
            "stop": 858952236
        },
        {
            "start": 858952346,
            "stop": 858953986
        },
        {
            "start": 858954286,
            "stop": 858960980
        },
        {
            "start": 858962252,
            "stop": 858963181
        },
        {
            "start": 858963481,
            "stop": 858963785
        }
    ]
}