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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10217",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10218,
    "results": [
        {
            "start": 874151084,
            "stop": 874151093
        },
        {
            "start": 874151129,
            "stop": 874151625
        },
        {
            "start": 874151684,
            "stop": 874151769
        },
        {
            "start": 874151786,
            "stop": 874151832
        },
        {
            "start": 874151921,
            "stop": 874152293
        },
        {
            "start": 874152443,
            "stop": 874152513
        },
        {
            "start": 874152574,
            "stop": 874152656
        },
        {
            "start": 874152726,
            "stop": 874152733
        },
        {
            "start": 874152793,
            "stop": 874152865
        },
        {
            "start": 874152901,
            "stop": 874152910
        },
        {
            "start": 874152948,
            "stop": 874153057
        },
        {
            "start": 874153154,
            "stop": 874153180
        },
        {
            "start": 874153219,
            "stop": 874153294
        },
        {
            "start": 874153302,
            "stop": 874153313
        },
        {
            "start": 874153349,
            "stop": 874153522
        },
        {
            "start": 874153531,
            "stop": 874153609
        },
        {
            "start": 874153616,
            "stop": 874153661
        },
        {
            "start": 874153672,
            "stop": 874153895
        },
        {
            "start": 874153902,
            "stop": 874154654
        },
        {
            "start": 874154661,
            "stop": 874154814
        }
    ]
}