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=46637
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=46638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46636",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46637,
    "results": [
        {
            "start": 875018698,
            "stop": 875018707
        },
        {
            "start": 875018709,
            "stop": 875018710
        },
        {
            "start": 875018713,
            "stop": 875018735
        },
        {
            "start": 875018736,
            "stop": 875018750
        },
        {
            "start": 875018751,
            "stop": 875018765
        },
        {
            "start": 875018766,
            "stop": 875018780
        },
        {
            "start": 875018781,
            "stop": 875018786
        },
        {
            "start": 875018788,
            "stop": 875018897
        },
        {
            "start": 875018898,
            "stop": 875018913
        },
        {
            "start": 875018916,
            "stop": 875018930
        },
        {
            "start": 875018933,
            "stop": 875018934
        },
        {
            "start": 875018935,
            "stop": 875018956
        },
        {
            "start": 875018957,
            "stop": 875018962
        },
        {
            "start": 875018963,
            "stop": 875018967
        },
        {
            "start": 875018970,
            "stop": 875018971
        },
        {
            "start": 875018973,
            "stop": 875018981
        },
        {
            "start": 875018982,
            "stop": 875018994
        },
        {
            "start": 875018997,
            "stop": 875019026
        },
        {
            "start": 875019027,
            "stop": 875019043
        },
        {
            "start": 875019044,
            "stop": 875019070
        }
    ]
}