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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=319",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 320,
    "results": [
        {
            "start": 931774312,
            "stop": 931774316
        },
        {
            "start": 931774319,
            "stop": 931774320
        },
        {
            "start": 931774322,
            "stop": 931774323
        },
        {
            "start": 931774329,
            "stop": 931774337
        },
        {
            "start": 931774342,
            "stop": 931774359
        },
        {
            "start": 931774362,
            "stop": 931774378
        },
        {
            "start": 931774381,
            "stop": 931774410
        },
        {
            "start": 931774412,
            "stop": 931774413
        },
        {
            "start": 931774417,
            "stop": 931774423
        },
        {
            "start": 931774426,
            "stop": 931774434
        },
        {
            "start": 931774445,
            "stop": 931774447
        },
        {
            "start": 931774450,
            "stop": 931774451
        },
        {
            "start": 931774454,
            "stop": 931774455
        },
        {
            "start": 931774458,
            "stop": 931774477
        },
        {
            "start": 931774482,
            "stop": 931774501
        },
        {
            "start": 931774504,
            "stop": 931774507
        },
        {
            "start": 931774509,
            "stop": 931774528
        },
        {
            "start": 931774531,
            "stop": 931774537
        },
        {
            "start": 931774540,
            "stop": 931774543
        },
        {
            "start": 931774546,
            "stop": 931774587
        }
    ]
}