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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=62",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 63,
    "results": [
        {
            "start": 823080462,
            "stop": 823082336
        },
        {
            "start": 823082368,
            "stop": 823083978
        },
        {
            "start": 823083979,
            "stop": 823085293
        },
        {
            "start": 823085294,
            "stop": 823085878
        },
        {
            "start": 823085879,
            "stop": 823086281
        },
        {
            "start": 823088713,
            "stop": 823088967
        },
        {
            "start": 823088970,
            "stop": 823089313
        },
        {
            "start": 823089913,
            "stop": 823090142
        },
        {
            "start": 823090143,
            "stop": 823090200
        },
        {
            "start": 823090203,
            "stop": 823090277
        },
        {
            "start": 823090278,
            "stop": 823090717
        },
        {
            "start": 823090718,
            "stop": 823092093
        },
        {
            "start": 823092095,
            "stop": 823092448
        },
        {
            "start": 823092480,
            "stop": 823092859
        },
        {
            "start": 823092862,
            "stop": 823093249
        },
        {
            "start": 823100413,
            "stop": 823100595
        },
        {
            "start": 823100596,
            "stop": 823100753
        },
        {
            "start": 823100754,
            "stop": 823100832
        },
        {
            "start": 823100833,
            "stop": 823100953
        },
        {
            "start": 823100956,
            "stop": 823101079
        }
    ]
}