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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 369,
    "results": [
        {
            "start": 1240765458,
            "stop": 1240765542
        },
        {
            "start": 1240765543,
            "stop": 1240765570
        },
        {
            "start": 1240765571,
            "stop": 1240765610
        },
        {
            "start": 1240765611,
            "stop": 1240765833
        },
        {
            "start": 1240765835,
            "stop": 1240766009
        },
        {
            "start": 1240766010,
            "stop": 1240766108
        },
        {
            "start": 1240766110,
            "stop": 1240766187
        },
        {
            "start": 1240766189,
            "stop": 1240766698
        },
        {
            "start": 1240766699,
            "stop": 1240766919
        },
        {
            "start": 1240766920,
            "stop": 1240766950
        },
        {
            "start": 1240766953,
            "stop": 1240766968
        },
        {
            "start": 1240766969,
            "stop": 1240767204
        },
        {
            "start": 1240767206,
            "stop": 1240767251
        },
        {
            "start": 1240767254,
            "stop": 1240767456
        },
        {
            "start": 1240767457,
            "stop": 1240767536
        },
        {
            "start": 1240767537,
            "stop": 1240767593
        },
        {
            "start": 1240767594,
            "stop": 1240767600
        },
        {
            "start": 1240767601,
            "stop": 1240767901
        },
        {
            "start": 1240767903,
            "stop": 1240768311
        },
        {
            "start": 1240768312,
            "stop": 1240768321
        }
    ]
}