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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=112",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 113,
    "results": [
        {
            "start": 825697478,
            "stop": 825697522
        },
        {
            "start": 825697524,
            "stop": 825697592
        },
        {
            "start": 825697875,
            "stop": 825698353
        },
        {
            "start": 825700595,
            "stop": 825703219
        },
        {
            "start": 825703221,
            "stop": 825705734
        },
        {
            "start": 825706963,
            "stop": 825709342
        },
        {
            "start": 825716358,
            "stop": 825719167
        },
        {
            "start": 825720736,
            "stop": 825721737
        },
        {
            "start": 825724399,
            "stop": 825748126
        },
        {
            "start": 825748128,
            "stop": 825748129
        },
        {
            "start": 825748577,
            "stop": 825750207
        },
        {
            "start": 825750209,
            "stop": 825750430
        },
        {
            "start": 825750432,
            "stop": 825751635
        },
        {
            "start": 825758954,
            "stop": 825761331
        },
        {
            "start": 825762403,
            "stop": 825771244
        },
        {
            "start": 825776877,
            "stop": 825777058
        },
        {
            "start": 825778861,
            "stop": 825780161
        },
        {
            "start": 825781349,
            "stop": 825781975
        },
        {
            "start": 825782156,
            "stop": 825782178
        },
        {
            "start": 825859032,
            "stop": 825860313
        }
    ]
}