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=5043
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=5044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5042",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5043,
    "results": [
        {
            "start": 872692894,
            "stop": 872695873
        },
        {
            "start": 872695890,
            "stop": 872696928
        },
        {
            "start": 872696962,
            "stop": 872697229
        },
        {
            "start": 872699391,
            "stop": 872699529
        },
        {
            "start": 872699563,
            "stop": 872700461
        },
        {
            "start": 872700478,
            "stop": 872700960
        },
        {
            "start": 872701080,
            "stop": 872701305
        },
        {
            "start": 872701585,
            "stop": 872702087
        },
        {
            "start": 872702127,
            "stop": 872702805
        },
        {
            "start": 872703064,
            "stop": 872705067
        },
        {
            "start": 872705551,
            "stop": 872705625
        },
        {
            "start": 872705855,
            "stop": 872706061
        },
        {
            "start": 872706559,
            "stop": 872706725
        },
        {
            "start": 872707135,
            "stop": 872707319
        },
        {
            "start": 872707336,
            "stop": 872707735
        },
        {
            "start": 872707752,
            "stop": 872707769
        },
        {
            "start": 872707785,
            "stop": 872707828
        },
        {
            "start": 872707845,
            "stop": 872707930
        },
        {
            "start": 872707948,
            "stop": 872707969
        },
        {
            "start": 872707986,
            "stop": 872708009
        }
    ]
}