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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=441",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 442,
    "results": [
        {
            "start": 868754245,
            "stop": 868794196
        },
        {
            "start": 868842015,
            "stop": 868864950
        },
        {
            "start": 868866193,
            "stop": 868896977
        },
        {
            "start": 868897091,
            "stop": 868903670
        },
        {
            "start": 868903798,
            "stop": 868911488
        },
        {
            "start": 868911493,
            "stop": 868915426
        },
        {
            "start": 868915430,
            "stop": 868916168
        },
        {
            "start": 868916171,
            "stop": 868916426
        },
        {
            "start": 868916827,
            "stop": 868919346
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 869004169
        },
        {
            "start": 869004173,
            "stop": 869005207
        },
        {
            "start": 869005435,
            "stop": 869007029
        },
        {
            "start": 869007032,
            "stop": 869007912
        },
        {
            "start": 869007916,
            "stop": 869010056
        },
        {
            "start": 869010060,
            "stop": 869019540
        },
        {
            "start": 869019544,
            "stop": 869019588
        },
        {
            "start": 869019592,
            "stop": 869019602
        },
        {
            "start": 869019606,
            "stop": 869019750
        },
        {
            "start": 869019753,
            "stop": 869019841
        }
    ]
}