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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 8,
    "results": [
        {
            "start": 815564891,
            "stop": 815564968
        },
        {
            "start": 815564985,
            "stop": 815565084
        },
        {
            "start": 815565101,
            "stop": 815565748
        },
        {
            "start": 815565765,
            "stop": 815566794
        },
        {
            "start": 815566811,
            "stop": 815568277
        },
        {
            "start": 815568294,
            "stop": 815569230
        },
        {
            "start": 815569247,
            "stop": 815570255
        },
        {
            "start": 815570257,
            "stop": 815571671
        },
        {
            "start": 815572952,
            "stop": 815574017
        },
        {
            "start": 815574034,
            "stop": 815574575
        },
        {
            "start": 815574592,
            "stop": 815576525
        },
        {
            "start": 815576529,
            "stop": 815578196
        },
        {
            "start": 815578199,
            "stop": 815580629
        },
        {
            "start": 815582989,
            "stop": 815585320
        },
        {
            "start": 815586326,
            "stop": 815586435
        },
        {
            "start": 815589938,
            "stop": 815590087
        },
        {
            "start": 815591958,
            "stop": 815592180
        },
        {
            "start": 815592240,
            "stop": 815592247
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815726352,
            "stop": 815726518
        }
    ]
}