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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=121",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 122,
    "results": [
        {
            "start": 836213619,
            "stop": 836215619
        },
        {
            "start": 836215624,
            "stop": 836221976
        },
        {
            "start": 836223587,
            "stop": 836233423
        },
        {
            "start": 836233431,
            "stop": 836233738
        },
        {
            "start": 836233745,
            "stop": 836234609
        },
        {
            "start": 836235694,
            "stop": 836243538
        },
        {
            "start": 836243694,
            "stop": 836247777
        },
        {
            "start": 836248859,
            "stop": 836252924
        },
        {
            "start": 836252939,
            "stop": 836259727
        },
        {
            "start": 836260663,
            "stop": 836261540
        },
        {
            "start": 836261549,
            "stop": 836272791
        },
        {
            "start": 836272799,
            "stop": 836273906
        },
        {
            "start": 836273908,
            "stop": 836273923
        },
        {
            "start": 836273924,
            "stop": 836273925
        },
        {
            "start": 836273927,
            "stop": 836286756
        },
        {
            "start": 836286763,
            "stop": 836293130
        },
        {
            "start": 836294523,
            "stop": 836302467
        },
        {
            "start": 836302566,
            "stop": 836306137
        },
        {
            "start": 836309520,
            "stop": 836331628
        },
        {
            "start": 836332509,
            "stop": 836333582
        }
    ]
}