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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=778",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=776",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 777,
    "results": [
        {
            "start": 1269180687,
            "stop": 1269182842
        },
        {
            "start": 1269182845,
            "stop": 1269191162
        },
        {
            "start": 1269191165,
            "stop": 1269191174
        },
        {
            "start": 1269191175,
            "stop": 1269191177
        },
        {
            "start": 1269191178,
            "stop": 1269198674
        },
        {
            "start": 1269198677,
            "stop": 1269198848
        },
        {
            "start": 1269198850,
            "stop": 1269201655
        },
        {
            "start": 1269201658,
            "stop": 1269201838
        },
        {
            "start": 1269201841,
            "stop": 1269202420
        },
        {
            "start": 1269202423,
            "stop": 1269204143
        },
        {
            "start": 1269204146,
            "stop": 1269204493
        },
        {
            "start": 1269204496,
            "stop": 1269205894
        },
        {
            "start": 1269205897,
            "stop": 1269208471
        },
        {
            "start": 1269208474,
            "stop": 1269208685
        },
        {
            "start": 1269208731,
            "stop": 1269208732
        },
        {
            "start": 1269208733,
            "stop": 1269208741
        },
        {
            "start": 1269208765,
            "stop": 1269209963
        },
        {
            "start": 1269209966,
            "stop": 1269217274
        },
        {
            "start": 1269217277,
            "stop": 1269220459
        },
        {
            "start": 1269229591,
            "stop": 1269230673
        }
    ]
}