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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=78",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 79,
    "results": [
        {
            "start": 825616404,
            "stop": 825622955
        },
        {
            "start": 825622958,
            "stop": 825636192
        },
        {
            "start": 825636224,
            "stop": 825640013
        },
        {
            "start": 825640016,
            "stop": 825674336
        },
        {
            "start": 825674368,
            "stop": 825681120
        },
        {
            "start": 825681152,
            "stop": 825697333
        },
        {
            "start": 825700117,
            "stop": 825702853
        },
        {
            "start": 825705005,
            "stop": 825706496
        },
        {
            "start": 825706528,
            "stop": 825711313
        },
        {
            "start": 825713282,
            "stop": 825721824
        },
        {
            "start": 825721856,
            "stop": 825730592
        },
        {
            "start": 825730624,
            "stop": 825738656
        },
        {
            "start": 825738688,
            "stop": 825740048
        },
        {
            "start": 825744458,
            "stop": 825748918
        },
        {
            "start": 825748919,
            "stop": 825748922
        },
        {
            "start": 825750273,
            "stop": 825753792
        },
        {
            "start": 825753824,
            "stop": 825761440
        },
        {
            "start": 825761472,
            "stop": 825762816
        },
        {
            "start": 825762848,
            "stop": 825771618
        },
        {
            "start": 825772030,
            "stop": 825781333
        }
    ]
}