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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 202,
    "results": [
        {
            "start": 1239963949,
            "stop": 1239963958
        },
        {
            "start": 1239963960,
            "stop": 1239963962
        },
        {
            "start": 1239963963,
            "stop": 1239964060
        },
        {
            "start": 1239964061,
            "stop": 1239964091
        },
        {
            "start": 1239964099,
            "stop": 1239964106
        },
        {
            "start": 1239964108,
            "stop": 1239964142
        },
        {
            "start": 1239964143,
            "stop": 1239964146
        },
        {
            "start": 1239964147,
            "stop": 1239964158
        },
        {
            "start": 1239964159,
            "stop": 1239964175
        },
        {
            "start": 1239964176,
            "stop": 1239964316
        },
        {
            "start": 1239964317,
            "stop": 1239964319
        },
        {
            "start": 1239964320,
            "stop": 1239964369
        },
        {
            "start": 1239964370,
            "stop": 1239964371
        },
        {
            "start": 1239964372,
            "stop": 1239964383
        },
        {
            "start": 1239964386,
            "stop": 1239964389
        },
        {
            "start": 1239964392,
            "stop": 1239964403
        },
        {
            "start": 1239964404,
            "stop": 1239964405
        },
        {
            "start": 1239964406,
            "stop": 1239964514
        },
        {
            "start": 1239964515,
            "stop": 1239964517
        },
        {
            "start": 1239964518,
            "stop": 1239964532
        }
    ]
}