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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 104,
    "results": [
        {
            "start": 1238564382,
            "stop": 1238564722
        },
        {
            "start": 1238564726,
            "stop": 1238566639
        },
        {
            "start": 1238566647,
            "stop": 1238566871
        },
        {
            "start": 1238566875,
            "stop": 1238567040
        },
        {
            "start": 1238567043,
            "stop": 1238567756
        },
        {
            "start": 1238567760,
            "stop": 1238569389
        },
        {
            "start": 1238569394,
            "stop": 1238569576
        },
        {
            "start": 1238569580,
            "stop": 1238569608
        },
        {
            "start": 1238569612,
            "stop": 1238569887
        },
        {
            "start": 1238569892,
            "stop": 1238571654
        },
        {
            "start": 1238571658,
            "stop": 1238572048
        },
        {
            "start": 1238572053,
            "stop": 1238572653
        },
        {
            "start": 1238572658,
            "stop": 1238573471
        },
        {
            "start": 1238573475,
            "stop": 1238574194
        },
        {
            "start": 1238574199,
            "stop": 1238574289
        },
        {
            "start": 1238574294,
            "stop": 1238574814
        },
        {
            "start": 1238574819,
            "stop": 1238575682
        },
        {
            "start": 1238575686,
            "stop": 1238575749
        },
        {
            "start": 1238575754,
            "stop": 1238576001
        },
        {
            "start": 1238576005,
            "stop": 1238576208
        }
    ]
}