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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=650",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 651,
    "results": [
        {
            "start": 848644144,
            "stop": 848648653
        },
        {
            "start": 848650551,
            "stop": 848655580
        },
        {
            "start": 848655615,
            "stop": 848658004
        },
        {
            "start": 848658030,
            "stop": 848661400
        },
        {
            "start": 848661419,
            "stop": 848664591
        },
        {
            "start": 848664629,
            "stop": 848664654
        },
        {
            "start": 848664664,
            "stop": 848664667
        },
        {
            "start": 848664672,
            "stop": 848668121
        },
        {
            "start": 848668122,
            "stop": 848673411
        },
        {
            "start": 848675936,
            "stop": 848684633
        },
        {
            "start": 848685158,
            "stop": 848691412
        },
        {
            "start": 848693368,
            "stop": 848701425
        },
        {
            "start": 848703576,
            "stop": 848715016
        },
        {
            "start": 848715030,
            "stop": 848715354
        },
        {
            "start": 848715366,
            "stop": 848715382
        },
        {
            "start": 848715385,
            "stop": 848715387
        },
        {
            "start": 848715390,
            "stop": 848718748
        },
        {
            "start": 848718751,
            "stop": 848718752
        },
        {
            "start": 848718798,
            "stop": 848728157
        },
        {
            "start": 848728168,
            "stop": 848729314
        }
    ]
}