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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=824",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=822",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 823,
    "results": [
        {
            "start": 1268957825,
            "stop": 1268957828
        },
        {
            "start": 1268957829,
            "stop": 1268957836
        },
        {
            "start": 1268957837,
            "stop": 1268957841
        },
        {
            "start": 1268957842,
            "stop": 1268957843
        },
        {
            "start": 1268957844,
            "stop": 1268957847
        },
        {
            "start": 1268957848,
            "stop": 1268957849
        },
        {
            "start": 1268957852,
            "stop": 1268957853
        },
        {
            "start": 1268957854,
            "stop": 1268957863
        },
        {
            "start": 1268957864,
            "stop": 1268957869
        },
        {
            "start": 1268957871,
            "stop": 1268957874
        },
        {
            "start": 1268957876,
            "stop": 1268957879
        },
        {
            "start": 1268957880,
            "stop": 1268957938
        },
        {
            "start": 1268957939,
            "stop": 1268958001
        },
        {
            "start": 1268958002,
            "stop": 1268958005
        },
        {
            "start": 1268958007,
            "stop": 1268958008
        },
        {
            "start": 1268958011,
            "stop": 1268958014
        },
        {
            "start": 1268958015,
            "stop": 1268958016
        },
        {
            "start": 1268958017,
            "stop": 1268958019
        },
        {
            "start": 1268958028,
            "stop": 1268958029
        },
        {
            "start": 1268958030,
            "stop": 1268958032
        }
    ]
}