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=46901
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=46902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46900",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46901,
    "results": [
        {
            "start": 875176992,
            "stop": 875177002
        },
        {
            "start": 875177003,
            "stop": 875177011
        },
        {
            "start": 875177012,
            "stop": 875177014
        },
        {
            "start": 875177015,
            "stop": 875177030
        },
        {
            "start": 875177031,
            "stop": 875177077
        },
        {
            "start": 875177078,
            "stop": 875177092
        },
        {
            "start": 875177093,
            "stop": 875177099
        },
        {
            "start": 875177102,
            "stop": 875177140
        },
        {
            "start": 875177141,
            "stop": 875177142
        },
        {
            "start": 875177143,
            "stop": 875177151
        },
        {
            "start": 875177152,
            "stop": 875177163
        },
        {
            "start": 875177164,
            "stop": 875177171
        },
        {
            "start": 875177172,
            "stop": 875177181
        },
        {
            "start": 875177182,
            "stop": 875177200
        },
        {
            "start": 875177201,
            "stop": 875177205
        },
        {
            "start": 875177207,
            "stop": 875177248
        },
        {
            "start": 875177250,
            "stop": 875177262
        },
        {
            "start": 875177263,
            "stop": 875177289
        },
        {
            "start": 875177290,
            "stop": 875177300
        },
        {
            "start": 875177301,
            "stop": 875177312
        }
    ]
}