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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=127",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 128,
    "results": [
        {
            "start": 816742956,
            "stop": 816743020
        },
        {
            "start": 816743025,
            "stop": 816743026
        },
        {
            "start": 816743032,
            "stop": 816743035
        },
        {
            "start": 816743039,
            "stop": 816743042
        },
        {
            "start": 816743048,
            "stop": 816743058
        },
        {
            "start": 816743061,
            "stop": 816743065
        },
        {
            "start": 816743069,
            "stop": 816743070
        },
        {
            "start": 816743075,
            "stop": 816743078
        },
        {
            "start": 816743083,
            "stop": 816743085
        },
        {
            "start": 816743090,
            "stop": 816743135
        },
        {
            "start": 816743138,
            "stop": 816743141
        },
        {
            "start": 816743145,
            "stop": 816743176
        },
        {
            "start": 816743179,
            "stop": 816743200
        },
        {
            "start": 816743204,
            "stop": 816743222
        },
        {
            "start": 816743225,
            "stop": 816743228
        },
        {
            "start": 816743233,
            "stop": 816743238
        },
        {
            "start": 816743243,
            "stop": 816743247
        },
        {
            "start": 816743251,
            "stop": 816743349
        },
        {
            "start": 816743353,
            "stop": 816743358
        },
        {
            "start": 816743362,
            "stop": 816743363
        }
    ]
}