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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=21",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 22,
    "results": [
        {
            "start": 931151379,
            "stop": 931151391
        },
        {
            "start": 931151396,
            "stop": 931151398
        },
        {
            "start": 931151416,
            "stop": 931151430
        },
        {
            "start": 931151433,
            "stop": 931151467
        },
        {
            "start": 931151468,
            "stop": 931151487
        },
        {
            "start": 931151489,
            "stop": 931151490
        },
        {
            "start": 931151493,
            "stop": 931151524
        },
        {
            "start": 931151526,
            "stop": 931151527
        },
        {
            "start": 931151529,
            "stop": 931151538
        },
        {
            "start": 931151540,
            "stop": 931151587
        },
        {
            "start": 931151604,
            "stop": 931151606
        },
        {
            "start": 931151607,
            "stop": 931151612
        },
        {
            "start": 931151613,
            "stop": 931151619
        },
        {
            "start": 931151624,
            "stop": 931151637
        },
        {
            "start": 931151642,
            "stop": 931151655
        },
        {
            "start": 931151657,
            "stop": 931151661
        },
        {
            "start": 931151662,
            "stop": 931151691
        },
        {
            "start": 931151693,
            "stop": 931151698
        },
        {
            "start": 931151699,
            "stop": 931151703
        },
        {
            "start": 931151731,
            "stop": 931151743
        }
    ]
}