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_CAT4/segments?format=api&page=406
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=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=405",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 406,
    "results": [
        {
            "start": 821501318,
            "stop": 821501321
        },
        {
            "start": 821501357,
            "stop": 821501375
        },
        {
            "start": 821501378,
            "stop": 821501402
        },
        {
            "start": 821501429,
            "stop": 821501441
        },
        {
            "start": 821501506,
            "stop": 821501536
        },
        {
            "start": 821501571,
            "stop": 821501599
        },
        {
            "start": 821501805,
            "stop": 821501817
        },
        {
            "start": 821501841,
            "stop": 821501845
        },
        {
            "start": 821501864,
            "stop": 821501867
        },
        {
            "start": 821501889,
            "stop": 821501892
        },
        {
            "start": 821501928,
            "stop": 821501943
        },
        {
            "start": 821501962,
            "stop": 821502006
        },
        {
            "start": 821502025,
            "stop": 821502029
        },
        {
            "start": 821502052,
            "stop": 821502064
        },
        {
            "start": 821502083,
            "stop": 821502108
        },
        {
            "start": 821502111,
            "stop": 821502190
        },
        {
            "start": 821502209,
            "stop": 821502223
        },
        {
            "start": 821502242,
            "stop": 821502268
        },
        {
            "start": 821502287,
            "stop": 821502412
        },
        {
            "start": 821502431,
            "stop": 821502494
        }
    ]
}