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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=149",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 150,
    "results": [
        {
            "start": 931134728,
            "stop": 931134729
        },
        {
            "start": 931134732,
            "stop": 931134736
        },
        {
            "start": 931134737,
            "stop": 931134738
        },
        {
            "start": 931134739,
            "stop": 931134746
        },
        {
            "start": 931134747,
            "stop": 931134749
        },
        {
            "start": 931134751,
            "stop": 931134754
        },
        {
            "start": 931134755,
            "stop": 931134762
        },
        {
            "start": 931134768,
            "stop": 931134770
        },
        {
            "start": 931134773,
            "stop": 931134779
        },
        {
            "start": 931134780,
            "stop": 931134783
        },
        {
            "start": 931134784,
            "stop": 931134786
        },
        {
            "start": 931134787,
            "stop": 931134791
        },
        {
            "start": 931134799,
            "stop": 931134800
        },
        {
            "start": 931134802,
            "stop": 931134804
        },
        {
            "start": 931134807,
            "stop": 931134811
        },
        {
            "start": 931134812,
            "stop": 931134813
        },
        {
            "start": 931134817,
            "stop": 931134818
        },
        {
            "start": 931134822,
            "stop": 931134824
        },
        {
            "start": 931134828,
            "stop": 931134829
        },
        {
            "start": 931134831,
            "stop": 931134834
        }
    ]
}