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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=30",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 31,
    "results": [
        {
            "start": 815799625,
            "stop": 815800819
        },
        {
            "start": 815800822,
            "stop": 815800826
        },
        {
            "start": 815800829,
            "stop": 815801146
        },
        {
            "start": 815801149,
            "stop": 815801359
        },
        {
            "start": 815801362,
            "stop": 815801701
        },
        {
            "start": 815801704,
            "stop": 815801707
        },
        {
            "start": 815801711,
            "stop": 815802099
        },
        {
            "start": 815802102,
            "stop": 815802598
        },
        {
            "start": 815802601,
            "stop": 815803375
        },
        {
            "start": 815803379,
            "stop": 815804373
        },
        {
            "start": 815804376,
            "stop": 815805075
        },
        {
            "start": 815805078,
            "stop": 815805743
        },
        {
            "start": 815805746,
            "stop": 815805760
        },
        {
            "start": 815805763,
            "stop": 815805860
        },
        {
            "start": 815805864,
            "stop": 815805889
        },
        {
            "start": 815805893,
            "stop": 815805959
        },
        {
            "start": 815805962,
            "stop": 815805963
        },
        {
            "start": 815805966,
            "stop": 815806535
        },
        {
            "start": 815806538,
            "stop": 815807412
        },
        {
            "start": 815807415,
            "stop": 815807688
        }
    ]
}