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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5353",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5354,
    "results": [
        {
            "start": 971410587,
            "stop": 971410732
        },
        {
            "start": 971410735,
            "stop": 971410921
        },
        {
            "start": 971410924,
            "stop": 971411198
        },
        {
            "start": 971411201,
            "stop": 971411360
        },
        {
            "start": 971411363,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971412996
        },
        {
            "start": 971412999,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414150
        },
        {
            "start": 971414168,
            "stop": 971414299
        },
        {
            "start": 971414302,
            "stop": 971414470
        },
        {
            "start": 971414473,
            "stop": 971414619
        },
        {
            "start": 971414622,
            "stop": 971414655
        },
        {
            "start": 971414658,
            "stop": 971414800
        },
        {
            "start": 971415594,
            "stop": 971415739
        },
        {
            "start": 971415742,
            "stop": 971415758
        },
        {
            "start": 971415776,
            "stop": 971415982
        },
        {
            "start": 971415985,
            "stop": 971416667
        },
        {
            "start": 971416670,
            "stop": 971417099
        },
        {
            "start": 971417102,
            "stop": 971417239
        },
        {
            "start": 971417242,
            "stop": 971417593
        }
    ]
}