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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=261",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 262,
    "results": [
        {
            "start": 863378750,
            "stop": 863400953
        },
        {
            "start": 863404107,
            "stop": 863457745
        },
        {
            "start": 863461815,
            "stop": 863462405
        },
        {
            "start": 863491951,
            "stop": 863532186
        },
        {
            "start": 863532189,
            "stop": 863532191
        },
        {
            "start": 863532194,
            "stop": 863534885
        },
        {
            "start": 863534888,
            "stop": 863534890
        },
        {
            "start": 863534894,
            "stop": 863539854
        },
        {
            "start": 863543099,
            "stop": 863543478
        },
        {
            "start": 863543824,
            "stop": 863547509
        },
        {
            "start": 863571827,
            "stop": 863586517
        },
        {
            "start": 863587445,
            "stop": 863589809
        },
        {
            "start": 863591374,
            "stop": 863635477
        },
        {
            "start": 863636475,
            "stop": 863637322
        },
        {
            "start": 863639401,
            "stop": 863643394
        },
        {
            "start": 863652297,
            "stop": 863665053
        },
        {
            "start": 863669238,
            "stop": 863669746
        },
        {
            "start": 863673358,
            "stop": 863683929
        },
        {
            "start": 863685483,
            "stop": 863713640
        },
        {
            "start": 863722863,
            "stop": 863734087
        }
    ]
}