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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=589",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 590,
    "results": [
        {
            "start": 827858515,
            "stop": 827858713
        },
        {
            "start": 827858833,
            "stop": 827859450
        },
        {
            "start": 827859510,
            "stop": 827859780
        },
        {
            "start": 827859840,
            "stop": 827860020
        },
        {
            "start": 827860080,
            "stop": 827860440
        },
        {
            "start": 827860500,
            "stop": 827860509
        },
        {
            "start": 827860531,
            "stop": 827861160
        },
        {
            "start": 827861220,
            "stop": 827861814
        },
        {
            "start": 827861836,
            "stop": 827865000
        },
        {
            "start": 827865060,
            "stop": 827865120
        },
        {
            "start": 827865300,
            "stop": 827865330
        },
        {
            "start": 827865450,
            "stop": 827865510
        },
        {
            "start": 827865570,
            "stop": 827865840
        },
        {
            "start": 827865900,
            "stop": 827866020
        },
        {
            "start": 827866200,
            "stop": 827866380
        },
        {
            "start": 827866440,
            "stop": 827866680
        },
        {
            "start": 827866800,
            "stop": 827867199
        },
        {
            "start": 827867216,
            "stop": 827867474
        },
        {
            "start": 827867491,
            "stop": 827868794
        },
        {
            "start": 827868816,
            "stop": 827868872
        }
    ]
}