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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 41,
    "results": [
        {
            "start": 1170156736,
            "stop": 1170157002
        },
        {
            "start": 1170157006,
            "stop": 1170166313
        },
        {
            "start": 1170166317,
            "stop": 1170167210
        },
        {
            "start": 1170167214,
            "stop": 1170170308
        },
        {
            "start": 1170170312,
            "stop": 1170173137
        },
        {
            "start": 1170174690,
            "stop": 1170176636
        },
        {
            "start": 1170176639,
            "stop": 1170181998
        },
        {
            "start": 1170182002,
            "stop": 1170184880
        },
        {
            "start": 1170184884,
            "stop": 1170188339
        },
        {
            "start": 1170188342,
            "stop": 1170188379
        },
        {
            "start": 1170188382,
            "stop": 1170191853
        },
        {
            "start": 1170191856,
            "stop": 1170193420
        },
        {
            "start": 1170193423,
            "stop": 1170197739
        },
        {
            "start": 1170197742,
            "stop": 1170210463
        },
        {
            "start": 1170211868,
            "stop": 1170212473
        },
        {
            "start": 1170213044,
            "stop": 1170223413
        },
        {
            "start": 1170226175,
            "stop": 1170227518
        },
        {
            "start": 1170227522,
            "stop": 1170234990
        },
        {
            "start": 1170237530,
            "stop": 1170239697
        },
        {
            "start": 1170239701,
            "stop": 1170244673
        }
    ]
}