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=46701
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=46702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46700",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46701,
    "results": [
        {
            "start": 875052491,
            "stop": 875052496
        },
        {
            "start": 875052497,
            "stop": 875052523
        },
        {
            "start": 875052524,
            "stop": 875052530
        },
        {
            "start": 875052532,
            "stop": 875052553
        },
        {
            "start": 875052555,
            "stop": 875052564
        },
        {
            "start": 875052565,
            "stop": 875052574
        },
        {
            "start": 875052576,
            "stop": 875052589
        },
        {
            "start": 875052591,
            "stop": 875052596
        },
        {
            "start": 875052597,
            "stop": 875052632
        },
        {
            "start": 875052634,
            "stop": 875052655
        },
        {
            "start": 875052656,
            "stop": 875052666
        },
        {
            "start": 875052667,
            "stop": 875052681
        },
        {
            "start": 875052682,
            "stop": 875052683
        },
        {
            "start": 875052684,
            "stop": 875052693
        },
        {
            "start": 875052694,
            "stop": 875052697
        },
        {
            "start": 875052698,
            "stop": 875052709
        },
        {
            "start": 875052710,
            "stop": 875052720
        },
        {
            "start": 875052721,
            "stop": 875052724
        },
        {
            "start": 875052725,
            "stop": 875052732
        },
        {
            "start": 875052734,
            "stop": 875052741
        }
    ]
}