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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46756",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46757,
    "results": [
        {
            "start": 875084106,
            "stop": 875084144
        },
        {
            "start": 875084145,
            "stop": 875084184
        },
        {
            "start": 875084187,
            "stop": 875084188
        },
        {
            "start": 875084189,
            "stop": 875084197
        },
        {
            "start": 875084198,
            "stop": 875084205
        },
        {
            "start": 875084206,
            "stop": 875084209
        },
        {
            "start": 875084210,
            "stop": 875084213
        },
        {
            "start": 875084214,
            "stop": 875084230
        },
        {
            "start": 875084231,
            "stop": 875084256
        },
        {
            "start": 875084257,
            "stop": 875084275
        },
        {
            "start": 875084276,
            "stop": 875084304
        },
        {
            "start": 875084305,
            "stop": 875084319
        },
        {
            "start": 875084322,
            "stop": 875084336
        },
        {
            "start": 875084338,
            "stop": 875084344
        },
        {
            "start": 875084347,
            "stop": 875084358
        },
        {
            "start": 875084359,
            "stop": 875084373
        },
        {
            "start": 875084374,
            "stop": 875084435
        },
        {
            "start": 875084436,
            "stop": 875084460
        },
        {
            "start": 875084461,
            "stop": 875084505
        },
        {
            "start": 875084508,
            "stop": 875084528
        }
    ]
}