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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=312",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 313,
    "results": [
        {
            "start": 1247873979,
            "stop": 1247873984
        },
        {
            "start": 1247873985,
            "stop": 1247874019
        },
        {
            "start": 1247874023,
            "stop": 1247874024
        },
        {
            "start": 1247874026,
            "stop": 1247874176
        },
        {
            "start": 1247874177,
            "stop": 1247874185
        },
        {
            "start": 1247874188,
            "stop": 1247874209
        },
        {
            "start": 1247874210,
            "stop": 1247874313
        },
        {
            "start": 1247874315,
            "stop": 1247874321
        },
        {
            "start": 1247874325,
            "stop": 1247874333
        },
        {
            "start": 1247874335,
            "stop": 1247874360
        },
        {
            "start": 1247874361,
            "stop": 1247874382
        },
        {
            "start": 1247874383,
            "stop": 1247874384
        },
        {
            "start": 1247874385,
            "stop": 1247874472
        },
        {
            "start": 1247874473,
            "stop": 1247874531
        },
        {
            "start": 1247874532,
            "stop": 1247874537
        },
        {
            "start": 1247874539,
            "stop": 1247874626
        },
        {
            "start": 1247874631,
            "stop": 1247874640
        },
        {
            "start": 1247874641,
            "stop": 1247874706
        },
        {
            "start": 1247874708,
            "stop": 1247874797
        },
        {
            "start": 1247874798,
            "stop": 1247874904
        }
    ]
}