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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 339,
    "results": [
        {
            "start": 854920870,
            "stop": 854921051
        },
        {
            "start": 854921330,
            "stop": 854923358
        },
        {
            "start": 854923367,
            "stop": 854923389
        },
        {
            "start": 854923398,
            "stop": 854923972
        },
        {
            "start": 854925394,
            "stop": 854926065
        },
        {
            "start": 854926544,
            "stop": 854993983
        },
        {
            "start": 854994158,
            "stop": 854994452
        },
        {
            "start": 854994458,
            "stop": 854994482
        },
        {
            "start": 854994490,
            "stop": 854994507
        },
        {
            "start": 854994513,
            "stop": 854994577
        },
        {
            "start": 854994583,
            "stop": 854994840
        },
        {
            "start": 854994845,
            "stop": 854994847
        },
        {
            "start": 854994853,
            "stop": 854994855
        },
        {
            "start": 854994860,
            "stop": 854996555
        },
        {
            "start": 854996560,
            "stop": 854996612
        },
        {
            "start": 854996618,
            "stop": 855000512
        },
        {
            "start": 855000515,
            "stop": 855004688
        },
        {
            "start": 855005060,
            "stop": 855005494
        },
        {
            "start": 855005497,
            "stop": 855005501
        },
        {
            "start": 855005504,
            "stop": 855005668
        }
    ]
}