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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=149",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 150,
    "results": [
        {
            "start": 822652342,
            "stop": 822653302
        },
        {
            "start": 822653484,
            "stop": 822654024
        },
        {
            "start": 822654899,
            "stop": 822656399
        },
        {
            "start": 822887575,
            "stop": 822887635
        },
        {
            "start": 822906214,
            "stop": 822906274
        },
        {
            "start": 822906595,
            "stop": 822906715
        },
        {
            "start": 822907064,
            "stop": 822907124
        },
        {
            "start": 822907646,
            "stop": 822907706
        },
        {
            "start": 822909271,
            "stop": 822909451
        },
        {
            "start": 822910008,
            "stop": 822910098
        },
        {
            "start": 822910605,
            "stop": 822910965
        },
        {
            "start": 822911476,
            "stop": 822911896
        },
        {
            "start": 822913373,
            "stop": 822914273
        },
        {
            "start": 822914492,
            "stop": 822914792
        },
        {
            "start": 822916047,
            "stop": 822916167
        },
        {
            "start": 822916723,
            "stop": 822916783
        },
        {
            "start": 822916951,
            "stop": 822917131
        },
        {
            "start": 822917391,
            "stop": 822917511
        },
        {
            "start": 822917783,
            "stop": 822917843
        },
        {
            "start": 822918100,
            "stop": 822918160
        }
    ]
}