Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=44",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 45,
    "results": [
        {
            "start": 931894890,
            "stop": 931895207
        },
        {
            "start": 931895208,
            "stop": 931895436
        },
        {
            "start": 931895437,
            "stop": 931895653
        },
        {
            "start": 931895655,
            "stop": 931895703
        },
        {
            "start": 931895704,
            "stop": 931895735
        },
        {
            "start": 931895736,
            "stop": 931895765
        },
        {
            "start": 931895767,
            "stop": 931895955
        },
        {
            "start": 931895956,
            "stop": 931896016
        },
        {
            "start": 931896018,
            "stop": 931896100
        },
        {
            "start": 931896101,
            "stop": 931896307
        },
        {
            "start": 931896308,
            "stop": 931896317
        },
        {
            "start": 931896318,
            "stop": 931896504
        },
        {
            "start": 931896505,
            "stop": 931896610
        },
        {
            "start": 931896611,
            "stop": 931896711
        },
        {
            "start": 931896712,
            "stop": 931896955
        },
        {
            "start": 931896958,
            "stop": 931897308
        },
        {
            "start": 931897311,
            "stop": 931897312
        },
        {
            "start": 931897313,
            "stop": 931898058
        },
        {
            "start": 931898059,
            "stop": 931898893
        },
        {
            "start": 931898894,
            "stop": 931898896
        }
    ]
}