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=788
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=789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=787",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 788,
    "results": [
        {
            "start": 860853746,
            "stop": 860853806
        },
        {
            "start": 860853960,
            "stop": 860854380
        },
        {
            "start": 860854528,
            "stop": 860854618
        },
        {
            "start": 860854648,
            "stop": 860855308
        },
        {
            "start": 860855440,
            "stop": 860855920
        },
        {
            "start": 860856069,
            "stop": 860856729
        },
        {
            "start": 860881463,
            "stop": 860882783
        },
        {
            "start": 860883481,
            "stop": 860887561
        },
        {
            "start": 860888507,
            "stop": 860893847
        },
        {
            "start": 860894041,
            "stop": 860894341
        },
        {
            "start": 860895438,
            "stop": 860907438
        },
        {
            "start": 860907674,
            "stop": 860915894
        },
        {
            "start": 860917332,
            "stop": 860919012
        },
        {
            "start": 860919225,
            "stop": 860920965
        },
        {
            "start": 860924215,
            "stop": 860924545
        },
        {
            "start": 860924665,
            "stop": 860928175
        },
        {
            "start": 860930226,
            "stop": 860931606
        },
        {
            "start": 860931752,
            "stop": 860931932
        },
        {
            "start": 860932075,
            "stop": 860932645
        },
        {
            "start": 860932675,
            "stop": 860933635
        }
    ]
}