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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=810",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=808",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 809,
    "results": [
        {
            "start": 1250211073,
            "stop": 1250211277
        },
        {
            "start": 1250211280,
            "stop": 1250211286
        },
        {
            "start": 1250211290,
            "stop": 1250211304
        },
        {
            "start": 1250211306,
            "stop": 1250211321
        },
        {
            "start": 1250211325,
            "stop": 1250211336
        },
        {
            "start": 1250211340,
            "stop": 1250211657
        },
        {
            "start": 1250211660,
            "stop": 1250211663
        },
        {
            "start": 1250211668,
            "stop": 1250211676
        },
        {
            "start": 1250211681,
            "stop": 1250211687
        },
        {
            "start": 1250211692,
            "stop": 1250211697
        },
        {
            "start": 1250211699,
            "stop": 1250211725
        },
        {
            "start": 1250211727,
            "stop": 1250213553
        },
        {
            "start": 1250213556,
            "stop": 1250214082
        },
        {
            "start": 1250214087,
            "stop": 1250215802
        },
        {
            "start": 1250215805,
            "stop": 1250216444
        },
        {
            "start": 1250216447,
            "stop": 1250216994
        },
        {
            "start": 1250216998,
            "stop": 1250217946
        },
        {
            "start": 1250217950,
            "stop": 1250223361
        },
        {
            "start": 1250223365,
            "stop": 1250225759
        },
        {
            "start": 1250225763,
            "stop": 1250228899
        }
    ]
}