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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9986",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9987,
    "results": [
        {
            "start": 875128909,
            "stop": 875128982
        },
        {
            "start": 875128985,
            "stop": 875128992
        },
        {
            "start": 875128995,
            "stop": 875128999
        },
        {
            "start": 875129002,
            "stop": 875129099
        },
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129109,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875133974
        },
        {
            "start": 875137357,
            "stop": 875141100
        },
        {
            "start": 875141597,
            "stop": 875142798
        },
        {
            "start": 875142801,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875154749
        },
        {
            "start": 875154753,
            "stop": 875154786
        },
        {
            "start": 875154790,
            "stop": 875154792
        },
        {
            "start": 875154797,
            "stop": 875154820
        },
        {
            "start": 875154823,
            "stop": 875154842
        },
        {
            "start": 875180295,
            "stop": 875180592
        },
        {
            "start": 875180595,
            "stop": 875182329
        },
        {
            "start": 875182333,
            "stop": 875182641
        },
        {
            "start": 875182645,
            "stop": 875182701
        }
    ]
}