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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 256,
    "results": [
        {
            "start": 1126891048,
            "stop": 1126891051
        },
        {
            "start": 1126891053,
            "stop": 1126891056
        },
        {
            "start": 1126891058,
            "stop": 1126891065
        },
        {
            "start": 1126891067,
            "stop": 1126891262
        },
        {
            "start": 1126891263,
            "stop": 1126891273
        },
        {
            "start": 1126891275,
            "stop": 1126891282
        },
        {
            "start": 1126891283,
            "stop": 1126891319
        },
        {
            "start": 1126891320,
            "stop": 1126891323
        },
        {
            "start": 1126891324,
            "stop": 1126891506
        },
        {
            "start": 1126891508,
            "stop": 1126891584
        },
        {
            "start": 1126891586,
            "stop": 1126891608
        },
        {
            "start": 1126891609,
            "stop": 1126891644
        },
        {
            "start": 1126891645,
            "stop": 1126891653
        },
        {
            "start": 1126891656,
            "stop": 1126891683
        },
        {
            "start": 1126891684,
            "stop": 1126891688
        },
        {
            "start": 1126891691,
            "stop": 1126891731
        },
        {
            "start": 1126891732,
            "stop": 1126891738
        },
        {
            "start": 1126891742,
            "stop": 1126891750
        },
        {
            "start": 1126891752,
            "stop": 1126891766
        },
        {
            "start": 1126891767,
            "stop": 1126891775
        }
    ]
}