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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15796",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15794",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15795,
    "results": [
        {
            "start": 971172665,
            "stop": 971172667
        },
        {
            "start": 971172672,
            "stop": 971172673
        },
        {
            "start": 971172679,
            "stop": 971172680
        },
        {
            "start": 971172687,
            "stop": 971172688
        },
        {
            "start": 971172693,
            "stop": 971172697
        },
        {
            "start": 971172703,
            "stop": 971172705
        },
        {
            "start": 971172710,
            "stop": 971172711
        },
        {
            "start": 971172716,
            "stop": 971172717
        },
        {
            "start": 971172719,
            "stop": 971172720
        },
        {
            "start": 971172721,
            "stop": 971172724
        },
        {
            "start": 971172728,
            "stop": 971172729
        },
        {
            "start": 971172739,
            "stop": 971172740
        },
        {
            "start": 971172748,
            "stop": 971172752
        },
        {
            "start": 971172754,
            "stop": 971172755
        },
        {
            "start": 971172763,
            "stop": 971172765
        },
        {
            "start": 971172768,
            "stop": 971172771
        },
        {
            "start": 971172772,
            "stop": 971172774
        },
        {
            "start": 971172775,
            "stop": 971172777
        },
        {
            "start": 971172778,
            "stop": 971172783
        },
        {
            "start": 971172784,
            "stop": 971172786
        }
    ]
}