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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9894",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9895,
    "results": [
        {
            "start": 874518634,
            "stop": 874518636
        },
        {
            "start": 874518638,
            "stop": 874518641
        },
        {
            "start": 874518643,
            "stop": 874518645
        },
        {
            "start": 874518646,
            "stop": 874518647
        },
        {
            "start": 874518648,
            "stop": 874518651
        },
        {
            "start": 874518652,
            "stop": 874518653
        },
        {
            "start": 874518655,
            "stop": 874518656
        },
        {
            "start": 874518659,
            "stop": 874518661
        },
        {
            "start": 874518664,
            "stop": 874518669
        },
        {
            "start": 874518671,
            "stop": 874518674
        },
        {
            "start": 874518675,
            "stop": 874518682
        },
        {
            "start": 874518684,
            "stop": 874518687
        },
        {
            "start": 874518688,
            "stop": 874518690
        },
        {
            "start": 874518691,
            "stop": 874518696
        },
        {
            "start": 874518697,
            "stop": 874518702
        },
        {
            "start": 874518705,
            "stop": 874518707
        },
        {
            "start": 874518708,
            "stop": 874518728
        },
        {
            "start": 874518729,
            "stop": 874518736
        },
        {
            "start": 874518737,
            "stop": 874518758
        },
        {
            "start": 874518760,
            "stop": 874518843
        }
    ]
}