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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=46",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 47,
    "results": [
        {
            "start": 1238192520,
            "stop": 1238192522
        },
        {
            "start": 1238192525,
            "stop": 1238192526
        },
        {
            "start": 1238192529,
            "stop": 1238192532
        },
        {
            "start": 1238192533,
            "stop": 1238192541
        },
        {
            "start": 1238192543,
            "stop": 1238192552
        },
        {
            "start": 1238192557,
            "stop": 1238192559
        },
        {
            "start": 1238192561,
            "stop": 1238192569
        },
        {
            "start": 1238192714,
            "stop": 1238193896
        },
        {
            "start": 1238197374,
            "stop": 1238197471
        },
        {
            "start": 1238197528,
            "stop": 1238199146
        },
        {
            "start": 1238199149,
            "stop": 1238200187
        },
        {
            "start": 1238202210,
            "stop": 1238204835
        },
        {
            "start": 1238205073,
            "stop": 1238228885
        },
        {
            "start": 1238233224,
            "stop": 1238237646
        },
        {
            "start": 1238237647,
            "stop": 1238238000
        },
        {
            "start": 1238238001,
            "stop": 1238238175
        },
        {
            "start": 1238238176,
            "stop": 1238238762
        },
        {
            "start": 1238238763,
            "stop": 1238240769
        },
        {
            "start": 1238240770,
            "stop": 1238242110
        },
        {
            "start": 1238242111,
            "stop": 1238242292
        }
    ]
}