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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=56",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 57,
    "results": [
        {
            "start": 816198489,
            "stop": 816198513
        },
        {
            "start": 816198520,
            "stop": 816198624
        },
        {
            "start": 816198631,
            "stop": 816198670
        },
        {
            "start": 816198677,
            "stop": 816198737
        },
        {
            "start": 816198744,
            "stop": 816198979
        },
        {
            "start": 816198986,
            "stop": 816199272
        },
        {
            "start": 816199279,
            "stop": 816199467
        },
        {
            "start": 816199474,
            "stop": 816199624
        },
        {
            "start": 816199631,
            "stop": 816199775
        },
        {
            "start": 816199783,
            "stop": 816199839
        },
        {
            "start": 816199846,
            "stop": 816199851
        },
        {
            "start": 816199858,
            "stop": 816199897
        },
        {
            "start": 816199904,
            "stop": 816200138
        },
        {
            "start": 816200145,
            "stop": 816200177
        },
        {
            "start": 816200184,
            "stop": 816200187
        },
        {
            "start": 816200194,
            "stop": 816200303
        },
        {
            "start": 816200310,
            "stop": 816200391
        },
        {
            "start": 816200398,
            "stop": 816200402
        },
        {
            "start": 816200409,
            "stop": 816200477
        },
        {
            "start": 816200484,
            "stop": 816200696
        }
    ]
}