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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=728",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 729,
    "results": [
        {
            "start": 869579616,
            "stop": 869579701
        },
        {
            "start": 869579720,
            "stop": 869579760
        },
        {
            "start": 869579780,
            "stop": 869579785
        },
        {
            "start": 869579807,
            "stop": 869579827
        },
        {
            "start": 869579849,
            "stop": 869579869
        },
        {
            "start": 869579908,
            "stop": 869579976
        },
        {
            "start": 869579995,
            "stop": 869579997
        },
        {
            "start": 869580019,
            "stop": 869580042
        },
        {
            "start": 869580061,
            "stop": 869580652
        },
        {
            "start": 869580673,
            "stop": 869580890
        },
        {
            "start": 869580913,
            "stop": 869580928
        },
        {
            "start": 869580953,
            "stop": 869580955
        },
        {
            "start": 869580974,
            "stop": 869580995
        },
        {
            "start": 869581014,
            "stop": 869581016
        },
        {
            "start": 869581080,
            "stop": 869581116
        },
        {
            "start": 869581142,
            "stop": 869581145
        },
        {
            "start": 869581165,
            "stop": 869581184
        },
        {
            "start": 869581203,
            "stop": 869581221
        },
        {
            "start": 869581243,
            "stop": 869581280
        },
        {
            "start": 869581372,
            "stop": 869581374
        }
    ]
}