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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 138,
    "results": [
        {
            "start": 931390282,
            "stop": 931390361
        },
        {
            "start": 931390363,
            "stop": 931390386
        },
        {
            "start": 931390388,
            "stop": 931390424
        },
        {
            "start": 931390426,
            "stop": 931390511
        },
        {
            "start": 931390512,
            "stop": 931390583
        },
        {
            "start": 931390584,
            "stop": 931390635
        },
        {
            "start": 931390636,
            "stop": 931390675
        },
        {
            "start": 931390676,
            "stop": 931390716
        },
        {
            "start": 931390717,
            "stop": 931390774
        },
        {
            "start": 931390776,
            "stop": 931390805
        },
        {
            "start": 931390806,
            "stop": 931390891
        },
        {
            "start": 931390893,
            "stop": 931391130
        },
        {
            "start": 931391132,
            "stop": 931391469
        },
        {
            "start": 931391470,
            "stop": 931391788
        },
        {
            "start": 931391791,
            "stop": 931391820
        },
        {
            "start": 931391821,
            "stop": 931391873
        },
        {
            "start": 931391875,
            "stop": 931391945
        },
        {
            "start": 931391946,
            "stop": 931392015
        },
        {
            "start": 931392375,
            "stop": 931392833
        },
        {
            "start": 931392834,
            "stop": 931392925
        }
    ]
}