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=46638
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=46639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46637",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46638,
    "results": [
        {
            "start": 875019071,
            "stop": 875019087
        },
        {
            "start": 875019088,
            "stop": 875019092
        },
        {
            "start": 875019094,
            "stop": 875019099
        },
        {
            "start": 875019100,
            "stop": 875019104
        },
        {
            "start": 875019105,
            "stop": 875019106
        },
        {
            "start": 875019107,
            "stop": 875019109
        },
        {
            "start": 875019110,
            "stop": 875019115
        },
        {
            "start": 875019116,
            "stop": 875019124
        },
        {
            "start": 875019126,
            "stop": 875019139
        },
        {
            "start": 875019143,
            "stop": 875019153
        },
        {
            "start": 875019156,
            "stop": 875019174
        },
        {
            "start": 875019176,
            "stop": 875019196
        },
        {
            "start": 875019197,
            "stop": 875019216
        },
        {
            "start": 875019217,
            "stop": 875019218
        },
        {
            "start": 875019219,
            "stop": 875019238
        },
        {
            "start": 875019239,
            "stop": 875019256
        },
        {
            "start": 875019259,
            "stop": 875019262
        },
        {
            "start": 875019263,
            "stop": 875019279
        },
        {
            "start": 875019281,
            "stop": 875019343
        },
        {
            "start": 875019344,
            "stop": 875019364
        }
    ]
}