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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6504",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6505,
    "results": [
        {
            "start": 874213133,
            "stop": 874213395
        },
        {
            "start": 874213396,
            "stop": 874213683
        },
        {
            "start": 874213684,
            "stop": 874214130
        },
        {
            "start": 874214132,
            "stop": 874214147
        },
        {
            "start": 874214149,
            "stop": 874214526
        },
        {
            "start": 874214527,
            "stop": 874214809
        },
        {
            "start": 874214810,
            "stop": 874215115
        },
        {
            "start": 874215116,
            "stop": 874215176
        },
        {
            "start": 874215177,
            "stop": 874215182
        },
        {
            "start": 874215184,
            "stop": 874215828
        },
        {
            "start": 874215830,
            "stop": 874215985
        },
        {
            "start": 874215986,
            "stop": 874216355
        },
        {
            "start": 874216356,
            "stop": 874216383
        },
        {
            "start": 874216385,
            "stop": 874216468
        },
        {
            "start": 874216470,
            "stop": 874216511
        },
        {
            "start": 874216512,
            "stop": 874216558
        },
        {
            "start": 874216559,
            "stop": 874216681
        },
        {
            "start": 874216682,
            "stop": 874216944
        },
        {
            "start": 874216945,
            "stop": 874217557
        },
        {
            "start": 874217558,
            "stop": 874217796
        }
    ]
}