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=5246
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=5247",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5245",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5246,
    "results": [
        {
            "start": 1137057729,
            "stop": 1137057746
        },
        {
            "start": 1137057748,
            "stop": 1137057798
        },
        {
            "start": 1137057800,
            "stop": 1137057827
        },
        {
            "start": 1137057829,
            "stop": 1137057831
        },
        {
            "start": 1137057834,
            "stop": 1137057839
        },
        {
            "start": 1137057843,
            "stop": 1137057849
        },
        {
            "start": 1137057851,
            "stop": 1137057888
        },
        {
            "start": 1137057890,
            "stop": 1137057891
        },
        {
            "start": 1137057894,
            "stop": 1137057906
        },
        {
            "start": 1137057908,
            "stop": 1137057910
        },
        {
            "start": 1137057912,
            "stop": 1137057959
        },
        {
            "start": 1137057961,
            "stop": 1137057963
        },
        {
            "start": 1137057965,
            "stop": 1137057971
        },
        {
            "start": 1137057973,
            "stop": 1137057982
        },
        {
            "start": 1137057984,
            "stop": 1137057993
        },
        {
            "start": 1137057995,
            "stop": 1137058003
        },
        {
            "start": 1137058007,
            "stop": 1137058017
        },
        {
            "start": 1137058019,
            "stop": 1137058021
        },
        {
            "start": 1137058022,
            "stop": 1137058034
        },
        {
            "start": 1137058036,
            "stop": 1137058075
        }
    ]
}