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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=197",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 198,
    "results": [
        {
            "start": 933058943,
            "stop": 933058954
        },
        {
            "start": 933058973,
            "stop": 933058974
        },
        {
            "start": 933059020,
            "stop": 933059152
        },
        {
            "start": 933059181,
            "stop": 933059223
        },
        {
            "start": 933059349,
            "stop": 933059357
        },
        {
            "start": 933059358,
            "stop": 933059374
        },
        {
            "start": 933059379,
            "stop": 933059431
        },
        {
            "start": 933059463,
            "stop": 933059505
        },
        {
            "start": 933059610,
            "stop": 933059749
        },
        {
            "start": 933059754,
            "stop": 933059831
        },
        {
            "start": 933059836,
            "stop": 933059883
        },
        {
            "start": 933059902,
            "stop": 933060024
        },
        {
            "start": 933060061,
            "stop": 933060267
        },
        {
            "start": 933060288,
            "stop": 933060373
        },
        {
            "start": 933060433,
            "stop": 933060441
        },
        {
            "start": 933060460,
            "stop": 933060477
        },
        {
            "start": 933060497,
            "stop": 933060692
        },
        {
            "start": 933060726,
            "stop": 933060734
        },
        {
            "start": 933060761,
            "stop": 933060807
        },
        {
            "start": 933060834,
            "stop": 933060897
        }
    ]
}