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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=113",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 114,
    "results": [
        {
            "start": 816740988,
            "stop": 816741153
        },
        {
            "start": 816741184,
            "stop": 816741221
        },
        {
            "start": 816741226,
            "stop": 816741243
        },
        {
            "start": 816741250,
            "stop": 816741252
        },
        {
            "start": 816741257,
            "stop": 816741262
        },
        {
            "start": 816741266,
            "stop": 816741285
        },
        {
            "start": 816741288,
            "stop": 816741332
        },
        {
            "start": 816741335,
            "stop": 816741409
        },
        {
            "start": 816741413,
            "stop": 816741416
        },
        {
            "start": 816741422,
            "stop": 816741436
        },
        {
            "start": 816741440,
            "stop": 816741496
        },
        {
            "start": 816741500,
            "stop": 816741607
        },
        {
            "start": 816741611,
            "stop": 816741617
        },
        {
            "start": 816741622,
            "stop": 816741624
        },
        {
            "start": 816741629,
            "stop": 816741701
        },
        {
            "start": 816741704,
            "stop": 816741711
        },
        {
            "start": 816741715,
            "stop": 816741758
        },
        {
            "start": 816741764,
            "stop": 816741786
        },
        {
            "start": 816741792,
            "stop": 816741806
        },
        {
            "start": 816741811,
            "stop": 816741814
        }
    ]
}