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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=254",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 255,
    "results": [
        {
            "start": 861142452,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861175500
        },
        {
            "start": 861177633,
            "stop": 861214926
        },
        {
            "start": 861217824,
            "stop": 861221357
        },
        {
            "start": 861222537,
            "stop": 861233095
        },
        {
            "start": 861235529,
            "stop": 861278772
        },
        {
            "start": 861284723,
            "stop": 861306844
        },
        {
            "start": 861311787,
            "stop": 861315696
        },
        {
            "start": 861317317,
            "stop": 861379707
        },
        {
            "start": 861379953,
            "stop": 861390932
        },
        {
            "start": 861392039,
            "stop": 861398690
        },
        {
            "start": 861399336,
            "stop": 861424442
        },
        {
            "start": 861426035,
            "stop": 861428440
        },
        {
            "start": 861429060,
            "stop": 861459794
        },
        {
            "start": 861460544,
            "stop": 861462042
        },
        {
            "start": 861488788,
            "stop": 861489541
        },
        {
            "start": 861490084,
            "stop": 861495203
        },
        {
            "start": 861500637,
            "stop": 861501222
        },
        {
            "start": 861502808,
            "stop": 861504670
        }
    ]
}