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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=785",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 786,
    "results": [
        {
            "start": 860761046,
            "stop": 860761646
        },
        {
            "start": 860761799,
            "stop": 860761919
        },
        {
            "start": 860762199,
            "stop": 860762739
        },
        {
            "start": 860764048,
            "stop": 860764318
        },
        {
            "start": 860764471,
            "stop": 860764711
        },
        {
            "start": 860764860,
            "stop": 860764920
        },
        {
            "start": 860764950,
            "stop": 860765460
        },
        {
            "start": 860765490,
            "stop": 860766120
        },
        {
            "start": 860766407,
            "stop": 860766707
        },
        {
            "start": 860767270,
            "stop": 860767330
        },
        {
            "start": 860767475,
            "stop": 860767535
        },
        {
            "start": 860767701,
            "stop": 860767881
        },
        {
            "start": 860768078,
            "stop": 860768198
        },
        {
            "start": 860768724,
            "stop": 860768784
        },
        {
            "start": 860775139,
            "stop": 860775259
        },
        {
            "start": 860775698,
            "stop": 860776778
        },
        {
            "start": 860776978,
            "stop": 860779558
        },
        {
            "start": 860779706,
            "stop": 860779886
        },
        {
            "start": 860780221,
            "stop": 860781181
        },
        {
            "start": 860782927,
            "stop": 860784007
        }
    ]
}