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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=118",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 119,
    "results": [
        {
            "start": 817772347,
            "stop": 817772532
        },
        {
            "start": 817772549,
            "stop": 817773142
        },
        {
            "start": 817773743,
            "stop": 817774988
        },
        {
            "start": 817774991,
            "stop": 817775019
        },
        {
            "start": 817775022,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781723
        },
        {
            "start": 817784709,
            "stop": 817789935
        },
        {
            "start": 817789938,
            "stop": 817795282
        },
        {
            "start": 817795283,
            "stop": 817802048
        },
        {
            "start": 817802065,
            "stop": 817808108
        },
        {
            "start": 817808125,
            "stop": 817821220
        },
        {
            "start": 817822357,
            "stop": 817824105
        },
        {
            "start": 817824123,
            "stop": 817824390
        },
        {
            "start": 817827579,
            "stop": 817834487
        },
        {
            "start": 817834490,
            "stop": 817839344
        },
        {
            "start": 817839664,
            "stop": 817839892
        },
        {
            "start": 817840292,
            "stop": 817840831
        },
        {
            "start": 817840834,
            "stop": 817841650
        },
        {
            "start": 817841654,
            "stop": 817844246
        },
        {
            "start": 817844247,
            "stop": 817847439
        }
    ]
}