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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=22",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 23,
    "results": [
        {
            "start": 817795712,
            "stop": 817796352
        },
        {
            "start": 817796384,
            "stop": 817805952
        },
        {
            "start": 817805984,
            "stop": 817820032
        },
        {
            "start": 817820064,
            "stop": 817821584
        },
        {
            "start": 817822357,
            "stop": 817823616
        },
        {
            "start": 817823648,
            "stop": 817824853
        },
        {
            "start": 817827309,
            "stop": 817831232
        },
        {
            "start": 817831264,
            "stop": 817833536
        },
        {
            "start": 817833568,
            "stop": 817852385
        },
        {
            "start": 817855011,
            "stop": 817884736
        },
        {
            "start": 817884768,
            "stop": 817904160
        },
        {
            "start": 817904192,
            "stop": 817908160
        },
        {
            "start": 817908192,
            "stop": 817915254
        },
        {
            "start": 817938329,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 818012209
        },
        {
            "start": 818019228,
            "stop": 818019920
        },
        {
            "start": 818025019,
            "stop": 818027480
        },
        {
            "start": 818030253,
            "stop": 818034349
        },
        {
            "start": 818035138,
            "stop": 818059273
        }
    ]
}