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=1806
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=1807",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1805",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1806,
    "results": [
        {
            "start": 1249829245,
            "stop": 1249830304
        },
        {
            "start": 1249830306,
            "stop": 1249830710
        },
        {
            "start": 1249830713,
            "stop": 1249830867
        },
        {
            "start": 1249830870,
            "stop": 1249831353
        },
        {
            "start": 1249831356,
            "stop": 1249833703
        },
        {
            "start": 1249836592,
            "stop": 1249836626
        },
        {
            "start": 1249836628,
            "stop": 1249837178
        },
        {
            "start": 1249837181,
            "stop": 1249837479
        },
        {
            "start": 1249837482,
            "stop": 1249838884
        },
        {
            "start": 1249838891,
            "stop": 1249840529
        },
        {
            "start": 1249840532,
            "stop": 1249841101
        },
        {
            "start": 1249841104,
            "stop": 1249842715
        },
        {
            "start": 1249842723,
            "stop": 1249842960
        },
        {
            "start": 1249842963,
            "stop": 1249843514
        },
        {
            "start": 1249843517,
            "stop": 1249843898
        },
        {
            "start": 1249843900,
            "stop": 1249845325
        },
        {
            "start": 1249845328,
            "stop": 1249846154
        },
        {
            "start": 1249846156,
            "stop": 1249846186
        },
        {
            "start": 1249846188,
            "stop": 1249846206
        },
        {
            "start": 1249846207,
            "stop": 1249846220
        }
    ]
}