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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8874",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8875,
    "results": [
        {
            "start": 873189876,
            "stop": 873190954
        },
        {
            "start": 873190971,
            "stop": 873192402
        },
        {
            "start": 873192426,
            "stop": 873192454
        },
        {
            "start": 873192507,
            "stop": 873192530
        },
        {
            "start": 873192555,
            "stop": 873192640
        },
        {
            "start": 873192710,
            "stop": 873192732
        },
        {
            "start": 873192804,
            "stop": 873192879
        },
        {
            "start": 873192909,
            "stop": 873192942
        },
        {
            "start": 873192984,
            "stop": 873193045
        },
        {
            "start": 873193070,
            "stop": 873193128
        },
        {
            "start": 873193145,
            "stop": 873193149
        },
        {
            "start": 873193175,
            "stop": 873193361
        },
        {
            "start": 873193380,
            "stop": 873193522
        },
        {
            "start": 873193541,
            "stop": 873193616
        },
        {
            "start": 873193680,
            "stop": 873193691
        },
        {
            "start": 873193748,
            "stop": 873193781
        },
        {
            "start": 873193800,
            "stop": 873193908
        },
        {
            "start": 873193953,
            "stop": 873193968
        },
        {
            "start": 873193990,
            "stop": 873194034
        },
        {
            "start": 873194099,
            "stop": 873194100
        }
    ]
}