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=916
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=917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=915",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 916,
    "results": [
        {
            "start": 868346438,
            "stop": 868347098
        },
        {
            "start": 868347302,
            "stop": 868355912
        },
        {
            "start": 868355972,
            "stop": 868371782
        },
        {
            "start": 868371944,
            "stop": 868372424
        },
        {
            "start": 868376258,
            "stop": 868376618
        },
        {
            "start": 868376785,
            "stop": 868377625
        },
        {
            "start": 868377823,
            "stop": 868378603
        },
        {
            "start": 868379039,
            "stop": 868384079
        },
        {
            "start": 868384497,
            "stop": 868386717
        },
        {
            "start": 868387028,
            "stop": 868391828
        },
        {
            "start": 868393006,
            "stop": 868397476
        },
        {
            "start": 868397626,
            "stop": 868398706
        },
        {
            "start": 868398861,
            "stop": 868399131
        },
        {
            "start": 868405737,
            "stop": 868408317
        },
        {
            "start": 868408532,
            "stop": 868408712
        },
        {
            "start": 868408862,
            "stop": 868417352
        },
        {
            "start": 868417534,
            "stop": 868423774
        },
        {
            "start": 868423924,
            "stop": 868431214
        },
        {
            "start": 868431429,
            "stop": 868434069
        },
        {
            "start": 868434222,
            "stop": 868434582
        }
    ]
}