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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=432",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=430",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 431,
    "results": [
        {
            "start": 932995502,
            "stop": 932995572
        },
        {
            "start": 932995574,
            "stop": 932995582
        },
        {
            "start": 932995585,
            "stop": 932995591
        },
        {
            "start": 932995602,
            "stop": 932995618
        },
        {
            "start": 932995622,
            "stop": 932995647
        },
        {
            "start": 932995650,
            "stop": 932995666
        },
        {
            "start": 932995668,
            "stop": 932995694
        },
        {
            "start": 932995698,
            "stop": 932995699
        },
        {
            "start": 932995701,
            "stop": 932995740
        },
        {
            "start": 932995743,
            "stop": 932995745
        },
        {
            "start": 932995747,
            "stop": 932995749
        },
        {
            "start": 932995751,
            "stop": 932995758
        },
        {
            "start": 932995760,
            "stop": 932995797
        },
        {
            "start": 932995799,
            "stop": 932995853
        },
        {
            "start": 932995855,
            "stop": 932995957
        },
        {
            "start": 932995958,
            "stop": 932995961
        },
        {
            "start": 932995963,
            "stop": 932995981
        },
        {
            "start": 932995983,
            "stop": 932996058
        },
        {
            "start": 932997233,
            "stop": 932997615
        },
        {
            "start": 933010476,
            "stop": 933012015
        }
    ]
}