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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 42,
    "results": [
        {
            "start": 1126315524,
            "stop": 1126315644
        },
        {
            "start": 1126315645,
            "stop": 1126315653
        },
        {
            "start": 1126315654,
            "stop": 1126315659
        },
        {
            "start": 1126315661,
            "stop": 1126315674
        },
        {
            "start": 1126315675,
            "stop": 1126315679
        },
        {
            "start": 1126315680,
            "stop": 1126315687
        },
        {
            "start": 1126315688,
            "stop": 1126315726
        },
        {
            "start": 1126315727,
            "stop": 1126315733
        },
        {
            "start": 1126315734,
            "stop": 1126315742
        },
        {
            "start": 1126315743,
            "stop": 1126316034
        },
        {
            "start": 1126316035,
            "stop": 1126316347
        },
        {
            "start": 1126316349,
            "stop": 1126316381
        },
        {
            "start": 1126316383,
            "stop": 1126316562
        },
        {
            "start": 1126316564,
            "stop": 1126316662
        },
        {
            "start": 1126316664,
            "stop": 1126316782
        },
        {
            "start": 1126316783,
            "stop": 1126316786
        },
        {
            "start": 1126316787,
            "stop": 1126316814
        },
        {
            "start": 1126316815,
            "stop": 1126317032
        },
        {
            "start": 1126317033,
            "stop": 1126317332
        },
        {
            "start": 1126317336,
            "stop": 1126317387
        }
    ]
}