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=9929
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=9930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9928",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9929,
    "results": [
        {
            "start": 874760013,
            "stop": 874760179
        },
        {
            "start": 874760181,
            "stop": 874760185
        },
        {
            "start": 874760187,
            "stop": 874760191
        },
        {
            "start": 874760192,
            "stop": 874760209
        },
        {
            "start": 874760210,
            "stop": 874760444
        },
        {
            "start": 874760445,
            "stop": 874760519
        },
        {
            "start": 874760520,
            "stop": 874760539
        },
        {
            "start": 874760540,
            "stop": 874760544
        },
        {
            "start": 874760545,
            "stop": 874760561
        },
        {
            "start": 874760562,
            "stop": 874760624
        },
        {
            "start": 874760625,
            "stop": 874760693
        },
        {
            "start": 874760694,
            "stop": 874760807
        },
        {
            "start": 874760808,
            "stop": 874760829
        },
        {
            "start": 874760830,
            "stop": 874760989
        },
        {
            "start": 874760990,
            "stop": 874760993
        },
        {
            "start": 874760994,
            "stop": 874761218
        },
        {
            "start": 874761219,
            "stop": 874761275
        },
        {
            "start": 874761276,
            "stop": 874761420
        },
        {
            "start": 874761421,
            "stop": 874761430
        },
        {
            "start": 874761431,
            "stop": 874761449
        }
    ]
}