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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5180",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5181,
    "results": [
        {
            "start": 874767125,
            "stop": 874767144
        },
        {
            "start": 874767151,
            "stop": 874767204
        },
        {
            "start": 874767218,
            "stop": 874767234
        },
        {
            "start": 874767241,
            "stop": 874767301
        },
        {
            "start": 874767316,
            "stop": 874767321
        },
        {
            "start": 874767328,
            "stop": 874767395
        },
        {
            "start": 874767402,
            "stop": 874767446
        },
        {
            "start": 874767459,
            "stop": 874767460
        },
        {
            "start": 874767467,
            "stop": 874767481
        },
        {
            "start": 874767488,
            "stop": 874767498
        },
        {
            "start": 874767505,
            "stop": 874767517
        },
        {
            "start": 874767524,
            "stop": 874767570
        },
        {
            "start": 874767584,
            "stop": 874767619
        },
        {
            "start": 874767626,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874785058
        },
        {
            "start": 874785065,
            "stop": 874785096
        },
        {
            "start": 874785106,
            "stop": 874785108
        },
        {
            "start": 874785115,
            "stop": 874785120
        },
        {
            "start": 874785130,
            "stop": 874785146
        },
        {
            "start": 874785154,
            "stop": 874785235
        }
    ]
}