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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=10",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 11,
    "results": [
        {
            "start": 816659862,
            "stop": 816660102
        },
        {
            "start": 816660266,
            "stop": 816660386
        },
        {
            "start": 816660607,
            "stop": 816660847
        },
        {
            "start": 816661107,
            "stop": 816661707
        },
        {
            "start": 816661946,
            "stop": 816662006
        },
        {
            "start": 816662477,
            "stop": 816662717
        },
        {
            "start": 816663642,
            "stop": 816664122
        },
        {
            "start": 816664478,
            "stop": 816664658
        },
        {
            "start": 816665172,
            "stop": 816665412
        },
        {
            "start": 816668087,
            "stop": 816668237
        },
        {
            "start": 816668487,
            "stop": 816668667
        },
        {
            "start": 816668953,
            "stop": 816669343
        },
        {
            "start": 816670410,
            "stop": 816670470
        },
        {
            "start": 816670649,
            "stop": 816671009
        },
        {
            "start": 816671368,
            "stop": 816671428
        },
        {
            "start": 816672033,
            "stop": 816672153
        },
        {
            "start": 816672513,
            "stop": 816672813
        },
        {
            "start": 816673194,
            "stop": 816673254
        },
        {
            "start": 816674137,
            "stop": 816674257
        },
        {
            "start": 816674411,
            "stop": 816674711
        }
    ]
}