Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=136
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=135",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 136,
    "results": [
        {
            "start": 931461272,
            "stop": 931461290
        },
        {
            "start": 931461293,
            "stop": 931461384
        },
        {
            "start": 931461386,
            "stop": 931461688
        },
        {
            "start": 931461691,
            "stop": 931461696
        },
        {
            "start": 931461697,
            "stop": 931461701
        },
        {
            "start": 931461702,
            "stop": 931461706
        },
        {
            "start": 931461710,
            "stop": 931461713
        },
        {
            "start": 931461715,
            "stop": 931461739
        },
        {
            "start": 931461742,
            "stop": 931462093
        },
        {
            "start": 931462095,
            "stop": 931462110
        },
        {
            "start": 931462112,
            "stop": 931462128
        },
        {
            "start": 931462130,
            "stop": 931462133
        },
        {
            "start": 931462135,
            "stop": 931462149
        },
        {
            "start": 931462151,
            "stop": 931462361
        },
        {
            "start": 931462363,
            "stop": 931462653
        },
        {
            "start": 931462655,
            "stop": 931462743
        },
        {
            "start": 931462745,
            "stop": 931462897
        },
        {
            "start": 931462899,
            "stop": 931462902
        },
        {
            "start": 931462904,
            "stop": 931462971
        },
        {
            "start": 931462972,
            "stop": 931462976
        }
    ]
}