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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=379",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 380,
    "results": [
        {
            "start": 866087689,
            "stop": 866098650
        },
        {
            "start": 866098668,
            "stop": 866099445
        },
        {
            "start": 866099809,
            "stop": 866110357
        },
        {
            "start": 866110467,
            "stop": 866110658
        },
        {
            "start": 866110958,
            "stop": 866110970
        },
        {
            "start": 866111343,
            "stop": 866112045
        },
        {
            "start": 866112155,
            "stop": 866112253
        },
        {
            "start": 866112553,
            "stop": 866123135
        },
        {
            "start": 866123502,
            "stop": 866125612
        },
        {
            "start": 866125912,
            "stop": 866128848
        },
        {
            "start": 866129249,
            "stop": 866129705
        },
        {
            "start": 866130185,
            "stop": 866131751
        },
        {
            "start": 866131770,
            "stop": 866134909
        },
        {
            "start": 866138631,
            "stop": 866139295
        },
        {
            "start": 866139313,
            "stop": 866139794
        },
        {
            "start": 866139816,
            "stop": 866150399
        },
        {
            "start": 866150509,
            "stop": 866151772
        },
        {
            "start": 866152265,
            "stop": 866159523
        },
        {
            "start": 866159866,
            "stop": 866159901
        },
        {
            "start": 866160201,
            "stop": 866160630
        }
    ]
}