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=976
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=977",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=975",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 976,
    "results": [
        {
            "start": 1251714684,
            "stop": 1251714688
        },
        {
            "start": 1251714693,
            "stop": 1251714762
        },
        {
            "start": 1251714767,
            "stop": 1251714833
        },
        {
            "start": 1251714838,
            "stop": 1251714917
        },
        {
            "start": 1251714922,
            "stop": 1251714931
        },
        {
            "start": 1251714936,
            "stop": 1251715022
        },
        {
            "start": 1251715027,
            "stop": 1251715029
        },
        {
            "start": 1251715034,
            "stop": 1251715084
        },
        {
            "start": 1251715089,
            "stop": 1251715168
        },
        {
            "start": 1251715171,
            "stop": 1251715204
        },
        {
            "start": 1251715207,
            "stop": 1251715212
        },
        {
            "start": 1251715222,
            "stop": 1251715230
        },
        {
            "start": 1251715235,
            "stop": 1251715237
        },
        {
            "start": 1251715242,
            "stop": 1251715304
        },
        {
            "start": 1251715309,
            "stop": 1251715349
        },
        {
            "start": 1251715351,
            "stop": 1251715355
        },
        {
            "start": 1251715360,
            "stop": 1251715422
        },
        {
            "start": 1251715427,
            "stop": 1251715607
        },
        {
            "start": 1251715612,
            "stop": 1251715614
        },
        {
            "start": 1251715618,
            "stop": 1251715656
        }
    ]
}