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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=161",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 162,
    "results": [
        {
            "start": 832718415,
            "stop": 832718833
        },
        {
            "start": 832721667,
            "stop": 832725244
        },
        {
            "start": 832726389,
            "stop": 832774580
        },
        {
            "start": 832774861,
            "stop": 832790246
        },
        {
            "start": 832790249,
            "stop": 832790255
        },
        {
            "start": 832790259,
            "stop": 832801933
        },
        {
            "start": 832806384,
            "stop": 832806853
        },
        {
            "start": 832809866,
            "stop": 832812524
        },
        {
            "start": 832815798,
            "stop": 832821946
        },
        {
            "start": 832826625,
            "stop": 832837213
        },
        {
            "start": 832839876,
            "stop": 832866447
        },
        {
            "start": 832866535,
            "stop": 832882813
        },
        {
            "start": 832882840,
            "stop": 832882841
        },
        {
            "start": 832884517,
            "stop": 832923553
        },
        {
            "start": 832927446,
            "stop": 832932681
        },
        {
            "start": 832932760,
            "stop": 832950553
        },
        {
            "start": 832955090,
            "stop": 833007533
        },
        {
            "start": 833011436,
            "stop": 833035605
        },
        {
            "start": 833051246,
            "stop": 833051338
        },
        {
            "start": 833053009,
            "stop": 833057391
        }
    ]
}