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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=79",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 80,
    "results": [
        {
            "start": 931352321,
            "stop": 931352322
        },
        {
            "start": 931352327,
            "stop": 931352332
        },
        {
            "start": 931352335,
            "stop": 931352357
        },
        {
            "start": 931352359,
            "stop": 931352580
        },
        {
            "start": 931352582,
            "stop": 931352595
        },
        {
            "start": 931352597,
            "stop": 931352680
        },
        {
            "start": 931352682,
            "stop": 931353120
        },
        {
            "start": 931353121,
            "stop": 931353182
        },
        {
            "start": 931353184,
            "stop": 931353331
        },
        {
            "start": 931353333,
            "stop": 931353346
        },
        {
            "start": 931353348,
            "stop": 931353465
        },
        {
            "start": 931353467,
            "stop": 931353853
        },
        {
            "start": 931353854,
            "stop": 931353860
        },
        {
            "start": 931353862,
            "stop": 931353877
        },
        {
            "start": 931353881,
            "stop": 931353885
        },
        {
            "start": 931353887,
            "stop": 931353909
        },
        {
            "start": 931353911,
            "stop": 931354017
        },
        {
            "start": 931354018,
            "stop": 931354142
        },
        {
            "start": 931354144,
            "stop": 931354202
        },
        {
            "start": 931357989,
            "stop": 931358010
        }
    ]
}