Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2001
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=2002",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2000",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 2001,
    "results": [
        {
            "start": 1253882775,
            "stop": 1253884766
        },
        {
            "start": 1253884769,
            "stop": 1253884956
        },
        {
            "start": 1253884957,
            "stop": 1253885874
        },
        {
            "start": 1253892200,
            "stop": 1253892292
        },
        {
            "start": 1253892295,
            "stop": 1253894727
        },
        {
            "start": 1253894730,
            "stop": 1253894733
        },
        {
            "start": 1253894736,
            "stop": 1253895077
        },
        {
            "start": 1253895080,
            "stop": 1253895336
        },
        {
            "start": 1253895339,
            "stop": 1253899080
        },
        {
            "start": 1253899083,
            "stop": 1253899166
        },
        {
            "start": 1253899168,
            "stop": 1253899503
        },
        {
            "start": 1253899506,
            "stop": 1253899727
        },
        {
            "start": 1253899729,
            "stop": 1253901137
        },
        {
            "start": 1253901140,
            "stop": 1253902166
        },
        {
            "start": 1253902168,
            "stop": 1253902999
        },
        {
            "start": 1253903001,
            "stop": 1253903011
        },
        {
            "start": 1253903015,
            "stop": 1253904227
        },
        {
            "start": 1253904230,
            "stop": 1253905582
        },
        {
            "start": 1253905585,
            "stop": 1253906397
        },
        {
            "start": 1253906400,
            "stop": 1253906774
        }
    ]
}