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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=75",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 76,
    "results": [
        {
            "start": 819895750,
            "stop": 819896050
        },
        {
            "start": 819896206,
            "stop": 819896386
        },
        {
            "start": 819896531,
            "stop": 819897011
        },
        {
            "start": 819897419,
            "stop": 819897479
        },
        {
            "start": 819897802,
            "stop": 819898042
        },
        {
            "start": 819913077,
            "stop": 819913257
        },
        {
            "start": 819931155,
            "stop": 819931395
        },
        {
            "start": 819931598,
            "stop": 819931658
        },
        {
            "start": 819931886,
            "stop": 819933026
        },
        {
            "start": 819933253,
            "stop": 819933853
        },
        {
            "start": 819934501,
            "stop": 819938041
        },
        {
            "start": 819938835,
            "stop": 819939495
        },
        {
            "start": 819939635,
            "stop": 819939815
        },
        {
            "start": 819940052,
            "stop": 819940712
        },
        {
            "start": 819940980,
            "stop": 819941580
        },
        {
            "start": 819941869,
            "stop": 819942109
        },
        {
            "start": 819942280,
            "stop": 819942880
        },
        {
            "start": 819943221,
            "stop": 819943341
        },
        {
            "start": 819943494,
            "stop": 819943974
        },
        {
            "start": 819944131,
            "stop": 819944251
        }
    ]
}