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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 363,
    "results": [
        {
            "start": 934549268,
            "stop": 934549335
        },
        {
            "start": 934549338,
            "stop": 934549385
        },
        {
            "start": 934549387,
            "stop": 934549416
        },
        {
            "start": 934549419,
            "stop": 934549426
        },
        {
            "start": 934549428,
            "stop": 934549434
        },
        {
            "start": 934549438,
            "stop": 934549934
        },
        {
            "start": 934549937,
            "stop": 934550902
        },
        {
            "start": 934550905,
            "stop": 934552418
        },
        {
            "start": 934552419,
            "stop": 934552934
        },
        {
            "start": 934552937,
            "stop": 934552955
        },
        {
            "start": 934552957,
            "stop": 934552960
        },
        {
            "start": 934552962,
            "stop": 934552967
        },
        {
            "start": 934552969,
            "stop": 934552985
        },
        {
            "start": 934552988,
            "stop": 934553012
        },
        {
            "start": 934553014,
            "stop": 934553018
        },
        {
            "start": 934553020,
            "stop": 934553035
        },
        {
            "start": 934553039,
            "stop": 934555377
        },
        {
            "start": 934555379,
            "stop": 934555381
        },
        {
            "start": 934555383,
            "stop": 934555412
        },
        {
            "start": 934555413,
            "stop": 934555426
        }
    ]
}