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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=164",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 165,
    "results": [
        {
            "start": 932917852,
            "stop": 932918508
        },
        {
            "start": 932918509,
            "stop": 932918692
        },
        {
            "start": 932918693,
            "stop": 932919152
        },
        {
            "start": 932919245,
            "stop": 932919312
        },
        {
            "start": 932919349,
            "stop": 932919392
        },
        {
            "start": 932919411,
            "stop": 932919513
        },
        {
            "start": 932919535,
            "stop": 932919583
        },
        {
            "start": 932919588,
            "stop": 932920267
        },
        {
            "start": 932920272,
            "stop": 932920346
        },
        {
            "start": 932920716,
            "stop": 932920785
        },
        {
            "start": 932920849,
            "stop": 932920939
        },
        {
            "start": 932920948,
            "stop": 932920969
        },
        {
            "start": 932920987,
            "stop": 932921004
        },
        {
            "start": 932924961,
            "stop": 932925405
        },
        {
            "start": 932925525,
            "stop": 932925581
        },
        {
            "start": 932925582,
            "stop": 932926305
        },
        {
            "start": 932926365,
            "stop": 932926485
        },
        {
            "start": 932926545,
            "stop": 932926592
        },
        {
            "start": 932926593,
            "stop": 932927452
        },
        {
            "start": 932927453,
            "stop": 932928536
        }
    ]
}