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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=451",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 452,
    "results": [
        {
            "start": 1268479332,
            "stop": 1268481599
        },
        {
            "start": 1268481600,
            "stop": 1268481606
        },
        {
            "start": 1268481607,
            "stop": 1268487608
        },
        {
            "start": 1268487609,
            "stop": 1268487625
        },
        {
            "start": 1268487626,
            "stop": 1268487627
        },
        {
            "start": 1268487628,
            "stop": 1268488827
        },
        {
            "start": 1268503993,
            "stop": 1268504437
        },
        {
            "start": 1268504438,
            "stop": 1268504466
        },
        {
            "start": 1268504467,
            "stop": 1268504645
        },
        {
            "start": 1268504646,
            "stop": 1268511207
        },
        {
            "start": 1268511261,
            "stop": 1268515775
        },
        {
            "start": 1268515776,
            "stop": 1268515818
        },
        {
            "start": 1268515820,
            "stop": 1268516284
        },
        {
            "start": 1268516633,
            "stop": 1268517975
        },
        {
            "start": 1268517977,
            "stop": 1268518135
        },
        {
            "start": 1268518136,
            "stop": 1268518141
        },
        {
            "start": 1268518142,
            "stop": 1268518146
        },
        {
            "start": 1268518147,
            "stop": 1268518678
        },
        {
            "start": 1268518679,
            "stop": 1268518687
        },
        {
            "start": 1268518688,
            "stop": 1268518689
        }
    ]
}