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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29379",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29380,
    "results": [
        {
            "start": 971398579,
            "stop": 971398599
        },
        {
            "start": 971398600,
            "stop": 971398605
        },
        {
            "start": 971398606,
            "stop": 971398613
        },
        {
            "start": 971398614,
            "stop": 971398617
        },
        {
            "start": 971398619,
            "stop": 971398626
        },
        {
            "start": 971398628,
            "stop": 971398631
        },
        {
            "start": 971398632,
            "stop": 971398663
        },
        {
            "start": 971398665,
            "stop": 971398675
        },
        {
            "start": 971398677,
            "stop": 971398679
        },
        {
            "start": 971398680,
            "stop": 971398692
        },
        {
            "start": 971398693,
            "stop": 971398697
        },
        {
            "start": 971398699,
            "stop": 971398715
        },
        {
            "start": 971398718,
            "stop": 971398722
        },
        {
            "start": 971398723,
            "stop": 971398724
        },
        {
            "start": 971398726,
            "stop": 971398727
        },
        {
            "start": 971398730,
            "stop": 971398731
        },
        {
            "start": 971398732,
            "stop": 971398756
        },
        {
            "start": 971398758,
            "stop": 971398761
        },
        {
            "start": 971398762,
            "stop": 971398767
        },
        {
            "start": 971398769,
            "stop": 971398784
        }
    ]
}