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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1241",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1242,
    "results": [
        {
            "start": 957483852,
            "stop": 957483899
        },
        {
            "start": 957483901,
            "stop": 957483923
        },
        {
            "start": 957483925,
            "stop": 957483926
        },
        {
            "start": 957483928,
            "stop": 957483973
        },
        {
            "start": 957483975,
            "stop": 957484127
        },
        {
            "start": 957484128,
            "stop": 957484159
        },
        {
            "start": 957484161,
            "stop": 957484260
        },
        {
            "start": 957484261,
            "stop": 957484325
        },
        {
            "start": 957484327,
            "stop": 957484345
        },
        {
            "start": 957484347,
            "stop": 957484636
        },
        {
            "start": 957484638,
            "stop": 957485030
        },
        {
            "start": 957485032,
            "stop": 957485107
        },
        {
            "start": 957485109,
            "stop": 957485280
        },
        {
            "start": 957485282,
            "stop": 957485318
        },
        {
            "start": 957485320,
            "stop": 957485483
        },
        {
            "start": 957485485,
            "stop": 957486764
        },
        {
            "start": 957486766,
            "stop": 957486832
        },
        {
            "start": 957486834,
            "stop": 957487119
        },
        {
            "start": 957487121,
            "stop": 957487128
        },
        {
            "start": 957487130,
            "stop": 957487131
        }
    ]
}