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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=336",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 337,
    "results": [
        {
            "start": 834212503,
            "stop": 834212803
        },
        {
            "start": 834213389,
            "stop": 834213629
        },
        {
            "start": 834213766,
            "stop": 834213826
        },
        {
            "start": 834214003,
            "stop": 834214543
        },
        {
            "start": 834214694,
            "stop": 834214874
        },
        {
            "start": 834215200,
            "stop": 834215380
        },
        {
            "start": 834215521,
            "stop": 834215941
        },
        {
            "start": 834216727,
            "stop": 834217927
        },
        {
            "start": 834218190,
            "stop": 834218430
        },
        {
            "start": 834218567,
            "stop": 834219047
        },
        {
            "start": 834219197,
            "stop": 834219257
        },
        {
            "start": 834219526,
            "stop": 834220786
        },
        {
            "start": 834221173,
            "stop": 834221473
        },
        {
            "start": 834221791,
            "stop": 834222421
        },
        {
            "start": 834222571,
            "stop": 834222871
        },
        {
            "start": 834223005,
            "stop": 834223845
        },
        {
            "start": 834223989,
            "stop": 834226209
        },
        {
            "start": 834226492,
            "stop": 834226732
        },
        {
            "start": 834226891,
            "stop": 834228091
        },
        {
            "start": 834228251,
            "stop": 834228791
        }
    ]
}