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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=192",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 193,
    "results": [
        {
            "start": 816924491,
            "stop": 816924501
        },
        {
            "start": 816924506,
            "stop": 816924524
        },
        {
            "start": 816924533,
            "stop": 816924675
        },
        {
            "start": 816924680,
            "stop": 816924732
        },
        {
            "start": 816924741,
            "stop": 816924747
        },
        {
            "start": 816924752,
            "stop": 816924755
        },
        {
            "start": 816924760,
            "stop": 816924788
        },
        {
            "start": 816924797,
            "stop": 816924829
        },
        {
            "start": 816924833,
            "stop": 816924896
        },
        {
            "start": 816924899,
            "stop": 816924936
        },
        {
            "start": 816924946,
            "stop": 816924989
        },
        {
            "start": 816924993,
            "stop": 816925036
        },
        {
            "start": 816925040,
            "stop": 816925165
        },
        {
            "start": 816925172,
            "stop": 816925181
        },
        {
            "start": 816925185,
            "stop": 816925247
        },
        {
            "start": 816925252,
            "stop": 816925256
        },
        {
            "start": 816925262,
            "stop": 816925271
        },
        {
            "start": 816925274,
            "stop": 816925283
        },
        {
            "start": 816925290,
            "stop": 816925294
        },
        {
            "start": 816925298,
            "stop": 816925302
        }
    ]
}