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_H1L1/segments?format=api&page=159
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_H1L1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=158",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 159,
    "results": [
        {
            "start": 824221876,
            "stop": 824223076
        },
        {
            "start": 824223304,
            "stop": 824223844
        },
        {
            "start": 824299499,
            "stop": 824300099
        },
        {
            "start": 824300303,
            "stop": 824300843
        },
        {
            "start": 824301005,
            "stop": 824301305
        },
        {
            "start": 824301483,
            "stop": 824301603
        },
        {
            "start": 824301781,
            "stop": 824302141
        },
        {
            "start": 824302314,
            "stop": 824302614
        },
        {
            "start": 824302872,
            "stop": 824303172
        },
        {
            "start": 824303349,
            "stop": 824303469
        },
        {
            "start": 824304058,
            "stop": 824304178
        },
        {
            "start": 824304780,
            "stop": 824304840
        },
        {
            "start": 824305152,
            "stop": 824305392
        },
        {
            "start": 824306914,
            "stop": 824306974
        },
        {
            "start": 824307150,
            "stop": 824307210
        },
        {
            "start": 824310771,
            "stop": 824311131
        },
        {
            "start": 824367785,
            "stop": 824367845
        },
        {
            "start": 824379573,
            "stop": 824379693
        },
        {
            "start": 824383597,
            "stop": 824383657
        },
        {
            "start": 824384518,
            "stop": 824384578
        }
    ]
}