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=46770
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=46771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46769",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46770,
    "results": [
        {
            "start": 875094607,
            "stop": 875094658
        },
        {
            "start": 875094659,
            "stop": 875094807
        },
        {
            "start": 875094808,
            "stop": 875094869
        },
        {
            "start": 875094870,
            "stop": 875095063
        },
        {
            "start": 875095064,
            "stop": 875095192
        },
        {
            "start": 875095193,
            "stop": 875095205
        },
        {
            "start": 875095206,
            "stop": 875095217
        },
        {
            "start": 875095218,
            "stop": 875095260
        },
        {
            "start": 875095262,
            "stop": 875095281
        },
        {
            "start": 875095283,
            "stop": 875095293
        },
        {
            "start": 875095294,
            "stop": 875095305
        },
        {
            "start": 875095307,
            "stop": 875095312
        },
        {
            "start": 875095313,
            "stop": 875095343
        },
        {
            "start": 875095344,
            "stop": 875095366
        },
        {
            "start": 875095368,
            "stop": 875095385
        },
        {
            "start": 875095386,
            "stop": 875095387
        },
        {
            "start": 875095389,
            "stop": 875095395
        },
        {
            "start": 875095396,
            "stop": 875095409
        },
        {
            "start": 875095410,
            "stop": 875095423
        },
        {
            "start": 875095424,
            "stop": 875095431
        }
    ]
}