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=5103
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=5104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5102",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5103,
    "results": [
        {
            "start": 873374211,
            "stop": 873374471
        },
        {
            "start": 873374478,
            "stop": 873374999
        },
        {
            "start": 873375006,
            "stop": 873375100
        },
        {
            "start": 873375117,
            "stop": 873375654
        },
        {
            "start": 873375662,
            "stop": 873376060
        },
        {
            "start": 873376096,
            "stop": 873377220
        },
        {
            "start": 873377440,
            "stop": 873377508
        },
        {
            "start": 873377590,
            "stop": 873377603
        },
        {
            "start": 873377611,
            "stop": 873377651
        },
        {
            "start": 873377658,
            "stop": 873377700
        },
        {
            "start": 873377768,
            "stop": 873377880
        },
        {
            "start": 873377940,
            "stop": 873378000
        },
        {
            "start": 873378120,
            "stop": 873378169
        },
        {
            "start": 873378176,
            "stop": 873378369
        },
        {
            "start": 873378376,
            "stop": 873378540
        },
        {
            "start": 873378600,
            "stop": 873379058
        },
        {
            "start": 873379066,
            "stop": 873379429
        },
        {
            "start": 873379446,
            "stop": 873379483
        },
        {
            "start": 873379490,
            "stop": 873379507
        },
        {
            "start": 873379524,
            "stop": 873379791
        }
    ]
}