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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=18",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 19,
    "results": [
        {
            "start": 816376063,
            "stop": 816376170
        },
        {
            "start": 816387270,
            "stop": 816387486
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816410605
        },
        {
            "start": 816410608,
            "stop": 816416422
        },
        {
            "start": 816417153,
            "stop": 816426390
        },
        {
            "start": 816427470,
            "stop": 816427650
        },
        {
            "start": 816428610,
            "stop": 816437832
        },
        {
            "start": 816439775,
            "stop": 816440274
        },
        {
            "start": 816443610,
            "stop": 816445290
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816468652
        },
        {
            "start": 816468657,
            "stop": 816473608
        },
        {
            "start": 816474324,
            "stop": 816475070
        },
        {
            "start": 816475073,
            "stop": 816476056
        },
        {
            "start": 816476059,
            "stop": 816476780
        },
        {
            "start": 816476786,
            "stop": 816480851
        },
        {
            "start": 816482627,
            "stop": 816482789
        },
        {
            "start": 816482793,
            "stop": 816483544
        }
    ]
}