Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10208
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=10209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10207",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10208,
    "results": [
        {
            "start": 874048291,
            "stop": 874048403
        },
        {
            "start": 874048439,
            "stop": 874048461
        },
        {
            "start": 874048497,
            "stop": 874048537
        },
        {
            "start": 874048596,
            "stop": 874048673
        },
        {
            "start": 874048709,
            "stop": 874048878
        },
        {
            "start": 874048927,
            "stop": 874049565
        },
        {
            "start": 874049615,
            "stop": 874049866
        },
        {
            "start": 874049902,
            "stop": 874049923
        },
        {
            "start": 874049959,
            "stop": 874050375
        },
        {
            "start": 874050392,
            "stop": 874051463
        },
        {
            "start": 874051499,
            "stop": 874052160
        },
        {
            "start": 874054668,
            "stop": 874054831
        },
        {
            "start": 874054838,
            "stop": 874054854
        },
        {
            "start": 874054861,
            "stop": 874054909
        },
        {
            "start": 874054920,
            "stop": 874055130
        },
        {
            "start": 874055137,
            "stop": 874055352
        },
        {
            "start": 874055382,
            "stop": 874057100
        },
        {
            "start": 874057107,
            "stop": 874057190
        },
        {
            "start": 874057197,
            "stop": 874058029
        },
        {
            "start": 874058046,
            "stop": 874059149
        }
    ]
}