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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=97",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 98,
    "results": [
        {
            "start": 816658030,
            "stop": 816658094
        },
        {
            "start": 816658100,
            "stop": 816658109
        },
        {
            "start": 816658112,
            "stop": 816658134
        },
        {
            "start": 816658137,
            "stop": 816658160
        },
        {
            "start": 816658163,
            "stop": 816658211
        },
        {
            "start": 816658214,
            "stop": 816658268
        },
        {
            "start": 816658272,
            "stop": 816658289
        },
        {
            "start": 816658294,
            "stop": 816658628
        },
        {
            "start": 816658631,
            "stop": 816658654
        },
        {
            "start": 816658657,
            "stop": 816658678
        },
        {
            "start": 816658682,
            "stop": 816658818
        },
        {
            "start": 816658821,
            "stop": 816658916
        },
        {
            "start": 816658919,
            "stop": 816658997
        },
        {
            "start": 816659002,
            "stop": 816659114
        },
        {
            "start": 816659117,
            "stop": 816659435
        },
        {
            "start": 816659438,
            "stop": 816659595
        },
        {
            "start": 816659598,
            "stop": 816659781
        },
        {
            "start": 816659784,
            "stop": 816660181
        },
        {
            "start": 816660184,
            "stop": 816660469
        },
        {
            "start": 816660472,
            "stop": 816660517
        }
    ]
}