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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5256",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5257,
    "results": [
        {
            "start": 875216083,
            "stop": 875216098
        },
        {
            "start": 875216105,
            "stop": 875216132
        },
        {
            "start": 875216139,
            "stop": 875216140
        },
        {
            "start": 875216150,
            "stop": 875216162
        },
        {
            "start": 875216169,
            "stop": 875216229
        },
        {
            "start": 875216237,
            "stop": 875216262
        },
        {
            "start": 875216269,
            "stop": 875216287
        },
        {
            "start": 875216294,
            "stop": 875216304
        },
        {
            "start": 875216311,
            "stop": 875216322
        },
        {
            "start": 875216333,
            "stop": 875216365
        },
        {
            "start": 875216372,
            "stop": 875216406
        },
        {
            "start": 875216414,
            "stop": 875216470
        },
        {
            "start": 875216477,
            "stop": 875216533
        },
        {
            "start": 875216540,
            "stop": 875216597
        },
        {
            "start": 875216604,
            "stop": 875216609
        },
        {
            "start": 875216616,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216910
        },
        {
            "start": 875216917,
            "stop": 875216969
        },
        {
            "start": 875216977,
            "stop": 875217038
        },
        {
            "start": 875217050,
            "stop": 875217108
        }
    ]
}