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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 151,
    "results": [
        {
            "start": 1381758514,
            "stop": 1381759911
        },
        {
            "start": 1381759916,
            "stop": 1381760364
        },
        {
            "start": 1381760369,
            "stop": 1381760770
        },
        {
            "start": 1381760775,
            "stop": 1381761631
        },
        {
            "start": 1381761636,
            "stop": 1381764783
        },
        {
            "start": 1381764788,
            "stop": 1381767649
        },
        {
            "start": 1381767654,
            "stop": 1381771054
        },
        {
            "start": 1381771059,
            "stop": 1381771740
        },
        {
            "start": 1381771745,
            "stop": 1381773018
        },
        {
            "start": 1381773175,
            "stop": 1381774437
        },
        {
            "start": 1381779693,
            "stop": 1381785120
        },
        {
            "start": 1381785125,
            "stop": 1381792555
        },
        {
            "start": 1381792560,
            "stop": 1381793662
        },
        {
            "start": 1381793667,
            "stop": 1381793704
        },
        {
            "start": 1381793709,
            "stop": 1381799015
        },
        {
            "start": 1381799020,
            "stop": 1381800934
        },
        {
            "start": 1381800939,
            "stop": 1381803853
        },
        {
            "start": 1381803858,
            "stop": 1381804067
        },
        {
            "start": 1381804072,
            "stop": 1381809405
        },
        {
            "start": 1381809410,
            "stop": 1381819688
        }
    ]
}