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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=39",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 40,
    "results": [
        {
            "start": 816423019,
            "stop": 816423023
        },
        {
            "start": 816423030,
            "stop": 816423095
        },
        {
            "start": 816423100,
            "stop": 816423101
        },
        {
            "start": 816423107,
            "stop": 816423145
        },
        {
            "start": 816423152,
            "stop": 816423153
        },
        {
            "start": 816423184,
            "stop": 816423186
        },
        {
            "start": 816423198,
            "stop": 816423210
        },
        {
            "start": 816423217,
            "stop": 816423219
        },
        {
            "start": 816423224,
            "stop": 816423226
        },
        {
            "start": 816423233,
            "stop": 816423235
        },
        {
            "start": 816423242,
            "stop": 816423288
        },
        {
            "start": 816423292,
            "stop": 816423296
        },
        {
            "start": 816423301,
            "stop": 816423303
        },
        {
            "start": 816423312,
            "stop": 816423338
        },
        {
            "start": 816423341,
            "stop": 816423346
        },
        {
            "start": 816423350,
            "stop": 816423355
        },
        {
            "start": 816423359,
            "stop": 816423362
        },
        {
            "start": 816423370,
            "stop": 816423371
        },
        {
            "start": 816423374,
            "stop": 816423392
        },
        {
            "start": 816423396,
            "stop": 816423401
        }
    ]
}