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_CBCHIGH_CAT2/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/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=441",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 442,
    "results": [
        {
            "start": 945136125,
            "stop": 945142706
        },
        {
            "start": 945146316,
            "stop": 945182406
        },
        {
            "start": 945184506,
            "stop": 945185784
        },
        {
            "start": 945190352,
            "stop": 945193026
        },
        {
            "start": 945193027,
            "stop": 945193618
        },
        {
            "start": 945243366,
            "stop": 945247383
        },
        {
            "start": 945247385,
            "stop": 945249348
        },
        {
            "start": 945252716,
            "stop": 945263723
        },
        {
            "start": 945266987,
            "stop": 945275269
        },
        {
            "start": 945276651,
            "stop": 945284997
        },
        {
            "start": 945288049,
            "stop": 945288609
        },
        {
            "start": 945292583,
            "stop": 945302076
        },
        {
            "start": 945308839,
            "stop": 945346228
        },
        {
            "start": 945346229,
            "stop": 945377235
        },
        {
            "start": 945381006,
            "stop": 945386947
        },
        {
            "start": 945388591,
            "stop": 945390603
        },
        {
            "start": 945392247,
            "stop": 945429093
        },
        {
            "start": 945438966,
            "stop": 945444265
        },
        {
            "start": 945444267,
            "stop": 945444348
        },
        {
            "start": 945444350,
            "stop": 945444351
        }
    ]
}