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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=390",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 391,
    "results": [
        {
            "start": 858792150,
            "stop": 858792158
        },
        {
            "start": 858792162,
            "stop": 858792687
        },
        {
            "start": 858792688,
            "stop": 858792767
        },
        {
            "start": 858793740,
            "stop": 858793900
        },
        {
            "start": 858793901,
            "stop": 858797810
        },
        {
            "start": 858798265,
            "stop": 858798436
        },
        {
            "start": 858798736,
            "stop": 858799573
        },
        {
            "start": 858800050,
            "stop": 858805155
        },
        {
            "start": 858805265,
            "stop": 858805275
        },
        {
            "start": 858805278,
            "stop": 858805280
        },
        {
            "start": 858805968,
            "stop": 858806095
        },
        {
            "start": 858806395,
            "stop": 858806728
        },
        {
            "start": 858811192,
            "stop": 858818918
        },
        {
            "start": 858825932,
            "stop": 858885505
        },
        {
            "start": 858888373,
            "stop": 858892004
        },
        {
            "start": 858892720,
            "stop": 858898252
        },
        {
            "start": 858898254,
            "stop": 858900060
        },
        {
            "start": 858900063,
            "stop": 858901046
        },
        {
            "start": 858901048,
            "stop": 858949502
        },
        {
            "start": 858949508,
            "stop": 858949520
        }
    ]
}