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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=51",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 52,
    "results": [
        {
            "start": 931253638,
            "stop": 931253647
        },
        {
            "start": 931253649,
            "stop": 931253652
        },
        {
            "start": 931253663,
            "stop": 931253664
        },
        {
            "start": 931253667,
            "stop": 931253670
        },
        {
            "start": 931253672,
            "stop": 931253680
        },
        {
            "start": 931253688,
            "stop": 931253691
        },
        {
            "start": 931253695,
            "stop": 931253696
        },
        {
            "start": 931253700,
            "stop": 931253705
        },
        {
            "start": 931253713,
            "stop": 931253719
        },
        {
            "start": 931253722,
            "stop": 931253725
        },
        {
            "start": 931253730,
            "stop": 931253734
        },
        {
            "start": 931253737,
            "stop": 931253738
        },
        {
            "start": 931253742,
            "stop": 931253757
        },
        {
            "start": 931253759,
            "stop": 931253771
        },
        {
            "start": 931253773,
            "stop": 931253777
        },
        {
            "start": 931253779,
            "stop": 931253791
        },
        {
            "start": 931253793,
            "stop": 931253800
        },
        {
            "start": 931253802,
            "stop": 931253811
        },
        {
            "start": 931253813,
            "stop": 931253816
        },
        {
            "start": 931253820,
            "stop": 931253821
        }
    ]
}