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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8307",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8308,
    "results": [
        {
            "start": 874158904,
            "stop": 874158929
        },
        {
            "start": 874158948,
            "stop": 874158957
        },
        {
            "start": 874158991,
            "stop": 874159020
        },
        {
            "start": 874159040,
            "stop": 874159111
        },
        {
            "start": 874159128,
            "stop": 874159163
        },
        {
            "start": 874159182,
            "stop": 874159262
        },
        {
            "start": 874159281,
            "stop": 874159532
        },
        {
            "start": 874159551,
            "stop": 874159567
        },
        {
            "start": 874159586,
            "stop": 874159675
        },
        {
            "start": 874159694,
            "stop": 874159712
        },
        {
            "start": 874159752,
            "stop": 874159856
        },
        {
            "start": 874159875,
            "stop": 874159996
        },
        {
            "start": 874160015,
            "stop": 874160295
        },
        {
            "start": 874160314,
            "stop": 874160619
        },
        {
            "start": 874160791,
            "stop": 874161231
        },
        {
            "start": 874161351,
            "stop": 874161379
        },
        {
            "start": 874161409,
            "stop": 874161448
        },
        {
            "start": 874161467,
            "stop": 874162157
        },
        {
            "start": 874162176,
            "stop": 874162916
        },
        {
            "start": 874162937,
            "stop": 874162976
        }
    ]
}