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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=136",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 137,
    "results": [
        {
            "start": 834328730,
            "stop": 834330253
        },
        {
            "start": 834330272,
            "stop": 834330274
        },
        {
            "start": 834330722,
            "stop": 834332053
        },
        {
            "start": 834332070,
            "stop": 834332071
        },
        {
            "start": 834333013,
            "stop": 834333073
        },
        {
            "start": 834333099,
            "stop": 834333101
        },
        {
            "start": 834333902,
            "stop": 834334033
        },
        {
            "start": 834334048,
            "stop": 834334050
        },
        {
            "start": 834334465,
            "stop": 834336422
        },
        {
            "start": 834336841,
            "stop": 834346108
        },
        {
            "start": 834347740,
            "stop": 834347828
        },
        {
            "start": 834347975,
            "stop": 834349693
        },
        {
            "start": 834349731,
            "stop": 834349732
        },
        {
            "start": 834349888,
            "stop": 834350024
        },
        {
            "start": 834353170,
            "stop": 834354890
        },
        {
            "start": 834354966,
            "stop": 834390836
        },
        {
            "start": 834397986,
            "stop": 834414793
        },
        {
            "start": 834417837,
            "stop": 834418140
        },
        {
            "start": 834420685,
            "stop": 834422818
        },
        {
            "start": 834424880,
            "stop": 834426237
        }
    ]
}