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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 122,
    "results": [
        {
            "start": 1239445528,
            "stop": 1239445558
        },
        {
            "start": 1239445559,
            "stop": 1239445568
        },
        {
            "start": 1239445570,
            "stop": 1239445577
        },
        {
            "start": 1239445579,
            "stop": 1239445826
        },
        {
            "start": 1239445827,
            "stop": 1239446115
        },
        {
            "start": 1239446116,
            "stop": 1239446120
        },
        {
            "start": 1239446123,
            "stop": 1239446128
        },
        {
            "start": 1239446131,
            "stop": 1239446137
        },
        {
            "start": 1239446140,
            "stop": 1239446145
        },
        {
            "start": 1239446148,
            "stop": 1239446154
        },
        {
            "start": 1239446157,
            "stop": 1239446161
        },
        {
            "start": 1239446164,
            "stop": 1239446171
        },
        {
            "start": 1239446174,
            "stop": 1239446182
        },
        {
            "start": 1239446183,
            "stop": 1239446198
        },
        {
            "start": 1239446203,
            "stop": 1239446389
        },
        {
            "start": 1239446390,
            "stop": 1239446402
        },
        {
            "start": 1239446405,
            "stop": 1239446520
        },
        {
            "start": 1239446521,
            "stop": 1239446535
        },
        {
            "start": 1239446536,
            "stop": 1239446537
        },
        {
            "start": 1239446538,
            "stop": 1239446747
        }
    ]
}