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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=81",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 82,
    "results": [
        {
            "start": 816308838,
            "stop": 816310409
        },
        {
            "start": 816310529,
            "stop": 816311597
        },
        {
            "start": 816312622,
            "stop": 816312687
        },
        {
            "start": 816313695,
            "stop": 816313945
        },
        {
            "start": 816314516,
            "stop": 816314864
        },
        {
            "start": 816315297,
            "stop": 816315530
        },
        {
            "start": 816316485,
            "stop": 816317565
        },
        {
            "start": 816317568,
            "stop": 816319475
        },
        {
            "start": 816319595,
            "stop": 816321769
        },
        {
            "start": 816321951,
            "stop": 816323359
        },
        {
            "start": 816323479,
            "stop": 816323692
        },
        {
            "start": 816323693,
            "stop": 816325609
        },
        {
            "start": 816325729,
            "stop": 816326275
        },
        {
            "start": 816326675,
            "stop": 816327659
        },
        {
            "start": 816327661,
            "stop": 816335224
        },
        {
            "start": 816335344,
            "stop": 816336928
        },
        {
            "start": 816336931,
            "stop": 816350867
        },
        {
            "start": 816350869,
            "stop": 816350963
        },
        {
            "start": 816350966,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353608
        }
    ]
}