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=6328
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=6329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6327",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6328,
    "results": [
        {
            "start": 873291677,
            "stop": 873292317
        },
        {
            "start": 873292318,
            "stop": 873292330
        },
        {
            "start": 873292331,
            "stop": 873292656
        },
        {
            "start": 873292657,
            "stop": 873292884
        },
        {
            "start": 873292885,
            "stop": 873292899
        },
        {
            "start": 873292901,
            "stop": 873293459
        },
        {
            "start": 873293460,
            "stop": 873293474
        },
        {
            "start": 873293475,
            "stop": 873293600
        },
        {
            "start": 873293601,
            "stop": 873294335
        },
        {
            "start": 873294336,
            "stop": 873294588
        },
        {
            "start": 873294590,
            "stop": 873294879
        },
        {
            "start": 873294880,
            "stop": 873295132
        },
        {
            "start": 873295133,
            "stop": 873296026
        },
        {
            "start": 873296027,
            "stop": 873296751
        },
        {
            "start": 873296753,
            "stop": 873296819
        },
        {
            "start": 873296820,
            "stop": 873296826
        },
        {
            "start": 873296827,
            "stop": 873297842
        },
        {
            "start": 873297844,
            "stop": 873297895
        },
        {
            "start": 873297896,
            "stop": 873298126
        },
        {
            "start": 873298127,
            "stop": 873298278
        }
    ]
}