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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=5",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 6,
    "results": [
        {
            "start": 931134776,
            "stop": 931134795
        },
        {
            "start": 931134803,
            "stop": 931134815
        },
        {
            "start": 931134826,
            "stop": 931134857
        },
        {
            "start": 931134862,
            "stop": 931134969
        },
        {
            "start": 931134980,
            "stop": 931134998
        },
        {
            "start": 931135004,
            "stop": 931135013
        },
        {
            "start": 931135021,
            "stop": 931135024
        },
        {
            "start": 931135030,
            "stop": 931135032
        },
        {
            "start": 931135041,
            "stop": 931135044
        },
        {
            "start": 931135058,
            "stop": 931135060
        },
        {
            "start": 931135070,
            "stop": 931135082
        },
        {
            "start": 931135103,
            "stop": 931135133
        },
        {
            "start": 931135148,
            "stop": 931135149
        },
        {
            "start": 931135163,
            "stop": 931135194
        },
        {
            "start": 931135199,
            "stop": 931135217
        },
        {
            "start": 931135222,
            "stop": 931135278
        },
        {
            "start": 931135284,
            "stop": 931135348
        },
        {
            "start": 931135354,
            "stop": 931135357
        },
        {
            "start": 931135363,
            "stop": 931135389
        },
        {
            "start": 931135394,
            "stop": 931135437
        }
    ]
}