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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=56",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 57,
    "results": [
        {
            "start": 817232358,
            "stop": 817232402
        },
        {
            "start": 817232431,
            "stop": 817232434
        },
        {
            "start": 817232441,
            "stop": 817232530
        },
        {
            "start": 817232558,
            "stop": 817232567
        },
        {
            "start": 817232575,
            "stop": 817232638
        },
        {
            "start": 817232646,
            "stop": 817232698
        },
        {
            "start": 817241993,
            "stop": 817242109
        },
        {
            "start": 817242169,
            "stop": 817242193
        },
        {
            "start": 817243345,
            "stop": 817243429
        },
        {
            "start": 817243436,
            "stop": 817243675
        },
        {
            "start": 817243682,
            "stop": 817243811
        },
        {
            "start": 817243819,
            "stop": 817243839
        },
        {
            "start": 817243846,
            "stop": 817243872
        },
        {
            "start": 817243879,
            "stop": 817244139
        },
        {
            "start": 817244146,
            "stop": 817244316
        },
        {
            "start": 817244324,
            "stop": 817244824
        },
        {
            "start": 817244860,
            "stop": 817244948
        },
        {
            "start": 817244956,
            "stop": 817245293
        },
        {
            "start": 817245323,
            "stop": 817245494
        },
        {
            "start": 817245523,
            "stop": 817245614
        }
    ]
}