Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9978
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=9979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9977",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9978,
    "results": [
        {
            "start": 871988287,
            "stop": 871988630
        },
        {
            "start": 871988647,
            "stop": 871988993
        },
        {
            "start": 871989010,
            "stop": 871990812
        },
        {
            "start": 871990829,
            "stop": 871992907
        },
        {
            "start": 871992924,
            "stop": 871992946
        },
        {
            "start": 871992963,
            "stop": 871993053
        },
        {
            "start": 871993202,
            "stop": 871993776
        },
        {
            "start": 871993812,
            "stop": 871994209
        },
        {
            "start": 871994226,
            "stop": 871994844
        },
        {
            "start": 871994862,
            "stop": 871995128
        },
        {
            "start": 871995145,
            "stop": 871995368
        },
        {
            "start": 871995402,
            "stop": 871995839
        },
        {
            "start": 871995873,
            "stop": 871995887
        },
        {
            "start": 871996007,
            "stop": 871996068
        },
        {
            "start": 871998416,
            "stop": 871998439
        },
        {
            "start": 871998579,
            "stop": 871998581
        },
        {
            "start": 872001883,
            "stop": 872001942
        },
        {
            "start": 872001976,
            "stop": 872002101
        },
        {
            "start": 872002118,
            "stop": 872002826
        },
        {
            "start": 872002862,
            "stop": 872003018
        }
    ]
}