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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3908",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3909,
    "results": [
        {
            "start": 874044980,
            "stop": 874045132
        },
        {
            "start": 874045135,
            "stop": 874045367
        },
        {
            "start": 874045371,
            "stop": 874045416
        },
        {
            "start": 874045420,
            "stop": 874045523
        },
        {
            "start": 874045526,
            "stop": 874045924
        },
        {
            "start": 874045928,
            "stop": 874045976
        },
        {
            "start": 874045980,
            "stop": 874046568
        },
        {
            "start": 874046571,
            "stop": 874047183
        },
        {
            "start": 874047186,
            "stop": 874047255
        },
        {
            "start": 874047259,
            "stop": 874047271
        },
        {
            "start": 874047274,
            "stop": 874047289
        },
        {
            "start": 874047292,
            "stop": 874047318
        },
        {
            "start": 874047321,
            "stop": 874047334
        },
        {
            "start": 874047337,
            "stop": 874047338
        },
        {
            "start": 874047343,
            "stop": 874047347
        },
        {
            "start": 874047350,
            "stop": 874047356
        },
        {
            "start": 874047359,
            "stop": 874047363
        },
        {
            "start": 874047368,
            "stop": 874047396
        },
        {
            "start": 874047399,
            "stop": 874047541
        },
        {
            "start": 874047544,
            "stop": 874047726
        }
    ]
}