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_CBCLOW_CAT3/segments?format=api&page=212
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=211",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 212,
    "results": [
        {
            "start": 821108319,
            "stop": 821108429
        },
        {
            "start": 821108437,
            "stop": 821108438
        },
        {
            "start": 821108449,
            "stop": 821108677
        },
        {
            "start": 821108688,
            "stop": 821108861
        },
        {
            "start": 821108869,
            "stop": 821109133
        },
        {
            "start": 821109150,
            "stop": 821109151
        },
        {
            "start": 821109622,
            "stop": 821109794
        },
        {
            "start": 821109913,
            "stop": 821110371
        },
        {
            "start": 821110378,
            "stop": 821110627
        },
        {
            "start": 821110639,
            "stop": 821110796
        },
        {
            "start": 821110811,
            "stop": 821110813
        },
        {
            "start": 821111588,
            "stop": 821111627
        },
        {
            "start": 821111634,
            "stop": 821111661
        },
        {
            "start": 821111668,
            "stop": 821111876
        },
        {
            "start": 821111904,
            "stop": 821111907
        },
        {
            "start": 821111930,
            "stop": 821111943
        },
        {
            "start": 821111950,
            "stop": 821111961
        },
        {
            "start": 821111985,
            "stop": 821111989
        },
        {
            "start": 821112019,
            "stop": 821112033
        },
        {
            "start": 821112040,
            "stop": 821112260
        }
    ]
}