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_H2L1/segments?format=api&page=1033
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_H2L1/segments?format=api&page=1034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1032",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1033,
    "results": [
        {
            "start": 874251006,
            "stop": 874251246
        },
        {
            "start": 874251397,
            "stop": 874251457
        },
        {
            "start": 874251650,
            "stop": 874252190
        },
        {
            "start": 874253338,
            "stop": 874253458
        },
        {
            "start": 874253636,
            "stop": 874257056
        },
        {
            "start": 874257206,
            "stop": 874259876
        },
        {
            "start": 874260047,
            "stop": 874260227
        },
        {
            "start": 874260408,
            "stop": 874262928
        },
        {
            "start": 874267697,
            "stop": 874268957
        },
        {
            "start": 874269109,
            "stop": 874269229
        },
        {
            "start": 874269392,
            "stop": 874272212
        },
        {
            "start": 874272359,
            "stop": 874272779
        },
        {
            "start": 874274003,
            "stop": 874275323
        },
        {
            "start": 874277240,
            "stop": 874279730
        },
        {
            "start": 874279880,
            "stop": 874283240
        },
        {
            "start": 874283394,
            "stop": 874286214
        },
        {
            "start": 874286514,
            "stop": 874286694
        },
        {
            "start": 874287014,
            "stop": 874287854
        },
        {
            "start": 874288008,
            "stop": 874288848
        },
        {
            "start": 874289031,
            "stop": 874289091
        }
    ]
}