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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=217",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 218,
    "results": [
        {
            "start": 933130221,
            "stop": 933130573
        },
        {
            "start": 933130596,
            "stop": 933130615
        },
        {
            "start": 933130668,
            "stop": 933130789
        },
        {
            "start": 933130813,
            "stop": 933130828
        },
        {
            "start": 933130859,
            "stop": 933130983
        },
        {
            "start": 933131001,
            "stop": 933131090
        },
        {
            "start": 933131091,
            "stop": 933131151
        },
        {
            "start": 933131236,
            "stop": 933131260
        },
        {
            "start": 933131279,
            "stop": 933131286
        },
        {
            "start": 933131333,
            "stop": 933131622
        },
        {
            "start": 933131623,
            "stop": 933131732
        },
        {
            "start": 933131755,
            "stop": 933131762
        },
        {
            "start": 933131819,
            "stop": 933131821
        },
        {
            "start": 933131865,
            "stop": 933131881
        },
        {
            "start": 933131900,
            "stop": 933131942
        },
        {
            "start": 933131960,
            "stop": 933131968
        },
        {
            "start": 933131986,
            "stop": 933131990
        },
        {
            "start": 933132037,
            "stop": 933132207
        },
        {
            "start": 933132277,
            "stop": 933132625
        },
        {
            "start": 933132703,
            "stop": 933133233
        }
    ]
}