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=3648
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=3649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3647",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3648,
    "results": [
        {
            "start": 872566452,
            "stop": 872566680
        },
        {
            "start": 872566803,
            "stop": 872566952
        },
        {
            "start": 872566992,
            "stop": 872567790
        },
        {
            "start": 872568000,
            "stop": 872568510
        },
        {
            "start": 872568527,
            "stop": 872568815
        },
        {
            "start": 872568833,
            "stop": 872568960
        },
        {
            "start": 872569260,
            "stop": 872569304
        },
        {
            "start": 872569321,
            "stop": 872569724
        },
        {
            "start": 872570040,
            "stop": 872570064
        },
        {
            "start": 872570075,
            "stop": 872572320
        },
        {
            "start": 872572500,
            "stop": 872572560
        },
        {
            "start": 872572620,
            "stop": 872572800
        },
        {
            "start": 872572920,
            "stop": 872573160
        },
        {
            "start": 872573280,
            "stop": 872573340
        },
        {
            "start": 872574480,
            "stop": 872574556
        },
        {
            "start": 872574573,
            "stop": 872574600
        },
        {
            "start": 872574900,
            "stop": 872574960
        },
        {
            "start": 872575440,
            "stop": 872575477
        },
        {
            "start": 872575494,
            "stop": 872575901
        },
        {
            "start": 872575918,
            "stop": 872575980
        }
    ]
}