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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 362,
    "results": [
        {
            "start": 1241017394,
            "stop": 1241017402
        },
        {
            "start": 1241017404,
            "stop": 1241017405
        },
        {
            "start": 1241017408,
            "stop": 1241017411
        },
        {
            "start": 1241017412,
            "stop": 1241017473
        },
        {
            "start": 1241017475,
            "stop": 1241017480
        },
        {
            "start": 1241017483,
            "stop": 1241017532
        },
        {
            "start": 1241020453,
            "stop": 1241020570
        },
        {
            "start": 1241020574,
            "stop": 1241020747
        },
        {
            "start": 1241020748,
            "stop": 1241020757
        },
        {
            "start": 1241020758,
            "stop": 1241020759
        },
        {
            "start": 1241020764,
            "stop": 1241020769
        },
        {
            "start": 1241020776,
            "stop": 1241020780
        },
        {
            "start": 1241020781,
            "stop": 1241021421
        },
        {
            "start": 1241021424,
            "stop": 1241023182
        },
        {
            "start": 1241023186,
            "stop": 1241023337
        },
        {
            "start": 1241023340,
            "stop": 1241023606
        },
        {
            "start": 1241023610,
            "stop": 1241024733
        },
        {
            "start": 1241024738,
            "stop": 1241026635
        },
        {
            "start": 1241026639,
            "stop": 1241026746
        },
        {
            "start": 1241026750,
            "stop": 1241027534
        }
    ]
}