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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=296",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 297,
    "results": [
        {
            "start": 932991285,
            "stop": 932992975
        },
        {
            "start": 932992978,
            "stop": 932995243
        },
        {
            "start": 932995244,
            "stop": 932995490
        },
        {
            "start": 932995491,
            "stop": 932995500
        },
        {
            "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
        }
    ]
}