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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=74",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 75,
    "results": [
        {
            "start": 816762105,
            "stop": 816762122
        },
        {
            "start": 816762161,
            "stop": 816762206
        },
        {
            "start": 816762263,
            "stop": 816762288
        },
        {
            "start": 816762326,
            "stop": 816762350
        },
        {
            "start": 816762405,
            "stop": 816762459
        },
        {
            "start": 816762479,
            "stop": 816762485
        },
        {
            "start": 816762516,
            "stop": 816762540
        },
        {
            "start": 816762568,
            "stop": 816762585
        },
        {
            "start": 816762627,
            "stop": 816762647
        },
        {
            "start": 816762664,
            "stop": 816762734
        },
        {
            "start": 816762738,
            "stop": 816762765
        },
        {
            "start": 816762769,
            "stop": 816762812
        },
        {
            "start": 816762829,
            "stop": 816762910
        },
        {
            "start": 816762957,
            "stop": 816763066
        },
        {
            "start": 816763085,
            "stop": 816763114
        },
        {
            "start": 816763134,
            "stop": 816763312
        },
        {
            "start": 816763332,
            "stop": 816763343
        },
        {
            "start": 816763360,
            "stop": 816763371
        },
        {
            "start": 816763390,
            "stop": 816763408
        },
        {
            "start": 816763443,
            "stop": 816763449
        }
    ]
}