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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=259",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 260,
    "results": [
        {
            "start": 1241640934,
            "stop": 1241641424
        },
        {
            "start": 1241641430,
            "stop": 1241641431
        },
        {
            "start": 1241641433,
            "stop": 1241641627
        },
        {
            "start": 1241641628,
            "stop": 1241642015
        },
        {
            "start": 1241642017,
            "stop": 1241642020
        },
        {
            "start": 1241642021,
            "stop": 1241642136
        },
        {
            "start": 1241642137,
            "stop": 1241642316
        },
        {
            "start": 1241642317,
            "stop": 1241642318
        },
        {
            "start": 1241642319,
            "stop": 1241642740
        },
        {
            "start": 1241642741,
            "stop": 1241642742
        },
        {
            "start": 1241642743,
            "stop": 1241643644
        },
        {
            "start": 1241643645,
            "stop": 1241643710
        },
        {
            "start": 1241643711,
            "stop": 1241643715
        },
        {
            "start": 1241643716,
            "stop": 1241644095
        },
        {
            "start": 1241644096,
            "stop": 1241644312
        },
        {
            "start": 1241644313,
            "stop": 1241646539
        },
        {
            "start": 1241646540,
            "stop": 1241646551
        },
        {
            "start": 1241646552,
            "stop": 1241647450
        },
        {
            "start": 1241647451,
            "stop": 1241647645
        },
        {
            "start": 1241647647,
            "stop": 1241649657
        }
    ]
}