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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=269",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 270,
    "results": [
        {
            "start": 821609812,
            "stop": 821609891
        },
        {
            "start": 821609894,
            "stop": 821609960
        },
        {
            "start": 821609964,
            "stop": 821609967
        },
        {
            "start": 821609970,
            "stop": 821609988
        },
        {
            "start": 821609992,
            "stop": 821610026
        },
        {
            "start": 821610030,
            "stop": 821610033
        },
        {
            "start": 821610037,
            "stop": 821610316
        },
        {
            "start": 821610320,
            "stop": 821610323
        },
        {
            "start": 821610327,
            "stop": 821610648
        },
        {
            "start": 821610651,
            "stop": 821610654
        },
        {
            "start": 821610658,
            "stop": 821610813
        },
        {
            "start": 821610816,
            "stop": 821611263
        },
        {
            "start": 821611267,
            "stop": 821611363
        },
        {
            "start": 821611367,
            "stop": 821611654
        },
        {
            "start": 821611657,
            "stop": 821611728
        },
        {
            "start": 821611731,
            "stop": 821611891
        },
        {
            "start": 821611895,
            "stop": 821612083
        },
        {
            "start": 821612100,
            "stop": 821612201
        },
        {
            "start": 821612204,
            "stop": 821612316
        },
        {
            "start": 821612319,
            "stop": 821612460
        }
    ]
}