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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4593",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4594,
    "results": [
        {
            "start": 874078706,
            "stop": 874078916
        },
        {
            "start": 874078935,
            "stop": 874079086
        },
        {
            "start": 874079105,
            "stop": 874079163
        },
        {
            "start": 874079283,
            "stop": 874079984
        },
        {
            "start": 874080165,
            "stop": 874080280
        },
        {
            "start": 874080300,
            "stop": 874080351
        },
        {
            "start": 874080385,
            "stop": 874080658
        },
        {
            "start": 874080677,
            "stop": 874080716
        },
        {
            "start": 874080735,
            "stop": 874080911
        },
        {
            "start": 874080947,
            "stop": 874080955
        },
        {
            "start": 874080984,
            "stop": 874081014
        },
        {
            "start": 874081033,
            "stop": 874081087
        },
        {
            "start": 874081106,
            "stop": 874081379
        },
        {
            "start": 874081399,
            "stop": 874081471
        },
        {
            "start": 874081490,
            "stop": 874081587
        },
        {
            "start": 874081606,
            "stop": 874081828
        },
        {
            "start": 874081847,
            "stop": 874082406
        },
        {
            "start": 874082425,
            "stop": 874082462
        },
        {
            "start": 874082481,
            "stop": 874083024
        },
        {
            "start": 874083043,
            "stop": 874083157
        }
    ]
}