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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 38,
    "results": [
        {
            "start": 1126309141,
            "stop": 1126309449
        },
        {
            "start": 1126309451,
            "stop": 1126309453
        },
        {
            "start": 1126309464,
            "stop": 1126309474
        },
        {
            "start": 1126309476,
            "stop": 1126309484
        },
        {
            "start": 1126309485,
            "stop": 1126309577
        },
        {
            "start": 1126309637,
            "stop": 1126309765
        },
        {
            "start": 1126309767,
            "stop": 1126309817
        },
        {
            "start": 1126309877,
            "stop": 1126309889
        },
        {
            "start": 1126309933,
            "stop": 1126309934
        },
        {
            "start": 1126309941,
            "stop": 1126309944
        },
        {
            "start": 1126309949,
            "stop": 1126309950
        },
        {
            "start": 1126309963,
            "stop": 1126309964
        },
        {
            "start": 1126309965,
            "stop": 1126309985
        },
        {
            "start": 1126309986,
            "stop": 1126310004
        },
        {
            "start": 1126310006,
            "stop": 1126310021
        },
        {
            "start": 1126310022,
            "stop": 1126310023
        },
        {
            "start": 1126310025,
            "stop": 1126310026
        },
        {
            "start": 1126310027,
            "stop": 1126310031
        },
        {
            "start": 1126310032,
            "stop": 1126310050
        },
        {
            "start": 1126310051,
            "stop": 1126310053
        }
    ]
}