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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46928",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46929,
    "results": [
        {
            "start": 875195756,
            "stop": 875195855
        },
        {
            "start": 875195856,
            "stop": 875195862
        },
        {
            "start": 875195863,
            "stop": 875195888
        },
        {
            "start": 875195891,
            "stop": 875195894
        },
        {
            "start": 875195897,
            "stop": 875196005
        },
        {
            "start": 875196006,
            "stop": 875196019
        },
        {
            "start": 875196020,
            "stop": 875196033
        },
        {
            "start": 875196035,
            "stop": 875196076
        },
        {
            "start": 875196078,
            "stop": 875196081
        },
        {
            "start": 875196082,
            "stop": 875196089
        },
        {
            "start": 875196091,
            "stop": 875196119
        },
        {
            "start": 875196120,
            "stop": 875196155
        },
        {
            "start": 875196156,
            "stop": 875196157
        },
        {
            "start": 875196158,
            "stop": 875196164
        },
        {
            "start": 875196165,
            "stop": 875196169
        },
        {
            "start": 875196171,
            "stop": 875196183
        },
        {
            "start": 875196184,
            "stop": 875196189
        },
        {
            "start": 875196190,
            "stop": 875196238
        },
        {
            "start": 875196239,
            "stop": 875196242
        },
        {
            "start": 875196243,
            "stop": 875196251
        }
    ]
}