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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=59",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 60,
    "results": [
        {
            "start": 931255713,
            "stop": 931255714
        },
        {
            "start": 931255718,
            "stop": 931255723
        },
        {
            "start": 931255726,
            "stop": 931255729
        },
        {
            "start": 931255731,
            "stop": 931255735
        },
        {
            "start": 931255742,
            "stop": 931255743
        },
        {
            "start": 931255745,
            "stop": 931255746
        },
        {
            "start": 931255751,
            "stop": 931255752
        },
        {
            "start": 931255763,
            "stop": 931255765
        },
        {
            "start": 931255769,
            "stop": 931255771
        },
        {
            "start": 931255773,
            "stop": 931255776
        },
        {
            "start": 931255779,
            "stop": 931255781
        },
        {
            "start": 931255784,
            "stop": 931255794
        },
        {
            "start": 931255796,
            "stop": 931255798
        },
        {
            "start": 931255802,
            "stop": 931255803
        },
        {
            "start": 931255805,
            "stop": 931255809
        },
        {
            "start": 931255812,
            "stop": 931255816
        },
        {
            "start": 931255820,
            "stop": 931255821
        },
        {
            "start": 931255829,
            "stop": 931255830
        },
        {
            "start": 931255832,
            "stop": 931255833
        },
        {
            "start": 931255838,
            "stop": 931255845
        }
    ]
}