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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=326",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 327,
    "results": [
        {
            "start": 823440349,
            "stop": 823440356
        },
        {
            "start": 823440843,
            "stop": 823440887
        },
        {
            "start": 823441849,
            "stop": 823442150
        },
        {
            "start": 823442156,
            "stop": 823442199
        },
        {
            "start": 823442206,
            "stop": 823442207
        },
        {
            "start": 823444104,
            "stop": 823444344
        },
        {
            "start": 823444349,
            "stop": 823444381
        },
        {
            "start": 823444401,
            "stop": 823444419
        },
        {
            "start": 823444440,
            "stop": 823444468
        },
        {
            "start": 823445302,
            "stop": 823445407
        },
        {
            "start": 823445412,
            "stop": 823445431
        },
        {
            "start": 823445438,
            "stop": 823445454
        },
        {
            "start": 823445468,
            "stop": 823445532
        },
        {
            "start": 823445542,
            "stop": 823445551
        },
        {
            "start": 823445562,
            "stop": 823445611
        },
        {
            "start": 823445619,
            "stop": 823445629
        },
        {
            "start": 823445639,
            "stop": 823445640
        },
        {
            "start": 823446025,
            "stop": 823446055
        },
        {
            "start": 823446060,
            "stop": 823446158
        },
        {
            "start": 823446164,
            "stop": 823446327
        }
    ]
}