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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=124",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 125,
    "results": [
        {
            "start": 963819355,
            "stop": 963819547
        },
        {
            "start": 963821055,
            "stop": 963824255
        },
        {
            "start": 963825058,
            "stop": 963832750
        },
        {
            "start": 963833494,
            "stop": 963836905
        },
        {
            "start": 963837936,
            "stop": 963838649
        },
        {
            "start": 963842775,
            "stop": 963842879
        },
        {
            "start": 963845852,
            "stop": 963846288
        },
        {
            "start": 963854105,
            "stop": 963855071
        },
        {
            "start": 963857564,
            "stop": 963857782
        },
        {
            "start": 963875157,
            "stop": 963876554
        },
        {
            "start": 963886834,
            "stop": 963895070
        },
        {
            "start": 963897506,
            "stop": 963916751
        },
        {
            "start": 963929062,
            "stop": 963929535
        },
        {
            "start": 963933675,
            "stop": 963934166
        },
        {
            "start": 963939072,
            "stop": 963939161
        },
        {
            "start": 963940366,
            "stop": 963940587
        },
        {
            "start": 963941310,
            "stop": 963941993
        },
        {
            "start": 963942662,
            "stop": 963942730
        },
        {
            "start": 963945075,
            "stop": 963945318
        },
        {
            "start": 963955096,
            "stop": 963959240
        }
    ]
}