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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=19",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 20,
    "results": [
        {
            "start": 931164951,
            "stop": 931164971
        },
        {
            "start": 931164976,
            "stop": 931164991
        },
        {
            "start": 931165001,
            "stop": 931165066
        },
        {
            "start": 931165071,
            "stop": 931165211
        },
        {
            "start": 931165217,
            "stop": 931165333
        },
        {
            "start": 931165339,
            "stop": 931165572
        },
        {
            "start": 931165578,
            "stop": 931165599
        },
        {
            "start": 931165605,
            "stop": 931165656
        },
        {
            "start": 931165661,
            "stop": 931165677
        },
        {
            "start": 931165682,
            "stop": 931165708
        },
        {
            "start": 931165714,
            "stop": 931165842
        },
        {
            "start": 931165848,
            "stop": 931166094
        },
        {
            "start": 931166099,
            "stop": 931166171
        },
        {
            "start": 931166178,
            "stop": 931166352
        },
        {
            "start": 931166358,
            "stop": 931166359
        },
        {
            "start": 931166365,
            "stop": 931166367
        },
        {
            "start": 931166382,
            "stop": 931166404
        },
        {
            "start": 931166410,
            "stop": 931166412
        },
        {
            "start": 931166418,
            "stop": 931166528
        },
        {
            "start": 931166533,
            "stop": 931166619
        }
    ]
}