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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=624",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 625,
    "results": [
        {
            "start": 849214041,
            "stop": 849214408
        },
        {
            "start": 849216268,
            "stop": 849225427
        },
        {
            "start": 849225445,
            "stop": 849248227
        },
        {
            "start": 849249890,
            "stop": 849251521
        },
        {
            "start": 849251527,
            "stop": 849251610
        },
        {
            "start": 849251670,
            "stop": 849300028
        },
        {
            "start": 849306061,
            "stop": 849361802
        },
        {
            "start": 849361808,
            "stop": 849368135
        },
        {
            "start": 849368140,
            "stop": 849369716
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427490
        },
        {
            "start": 849427810,
            "stop": 849427890
        },
        {
            "start": 849428478,
            "stop": 849443407
        },
        {
            "start": 849445377,
            "stop": 849457741
        },
        {
            "start": 849457760,
            "stop": 849470622
        },
        {
            "start": 849471555,
            "stop": 849477118
        },
        {
            "start": 849477558,
            "stop": 849480647
        },
        {
            "start": 849480666,
            "stop": 849487866
        },
        {
            "start": 849487884,
            "stop": 849501009
        },
        {
            "start": 849501043,
            "stop": 849506976
        }
    ]
}