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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=213",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 214,
    "results": [
        {
            "start": 933764369,
            "stop": 933764415
        },
        {
            "start": 933764655,
            "stop": 933768015
        },
        {
            "start": 933768255,
            "stop": 933768625
        },
        {
            "start": 933768644,
            "stop": 933771615
        },
        {
            "start": 933771855,
            "stop": 933774009
        },
        {
            "start": 933774129,
            "stop": 933774990
        },
        {
            "start": 933775008,
            "stop": 933775215
        },
        {
            "start": 933775468,
            "stop": 933776703
        },
        {
            "start": 933777613,
            "stop": 933778581
        },
        {
            "start": 933778599,
            "stop": 933778815
        },
        {
            "start": 933779055,
            "stop": 933781147
        },
        {
            "start": 933781152,
            "stop": 933782170
        },
        {
            "start": 933782290,
            "stop": 933782415
        },
        {
            "start": 933782680,
            "stop": 933783369
        },
        {
            "start": 933783489,
            "stop": 933784681
        },
        {
            "start": 933785145,
            "stop": 933786015
        },
        {
            "start": 933786255,
            "stop": 933787066
        },
        {
            "start": 933787186,
            "stop": 933787970
        },
        {
            "start": 933788090,
            "stop": 933789509
        },
        {
            "start": 933789569,
            "stop": 933789615
        }
    ]
}