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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=236",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 237,
    "results": [
        {
            "start": 820258942,
            "stop": 820259544
        },
        {
            "start": 820259725,
            "stop": 820259726
        },
        {
            "start": 820259730,
            "stop": 820260021
        },
        {
            "start": 820260024,
            "stop": 820260441
        },
        {
            "start": 820260561,
            "stop": 820260802
        },
        {
            "start": 820260805,
            "stop": 820261032
        },
        {
            "start": 820261036,
            "stop": 820261226
        },
        {
            "start": 820261229,
            "stop": 820261531
        },
        {
            "start": 820261535,
            "stop": 820261731
        },
        {
            "start": 820261735,
            "stop": 820262740
        },
        {
            "start": 820262743,
            "stop": 820262795
        },
        {
            "start": 820262798,
            "stop": 820263120
        },
        {
            "start": 820263180,
            "stop": 820263206
        },
        {
            "start": 820263209,
            "stop": 820263270
        },
        {
            "start": 820263273,
            "stop": 820263285
        },
        {
            "start": 820263405,
            "stop": 820264410
        },
        {
            "start": 820264413,
            "stop": 820264471
        },
        {
            "start": 820264474,
            "stop": 820264546
        },
        {
            "start": 820264549,
            "stop": 820264679
        },
        {
            "start": 820264799,
            "stop": 820267434
        }
    ]
}