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=4683
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=4684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4682",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4683,
    "results": [
        {
            "start": 874343681,
            "stop": 874343698
        },
        {
            "start": 874343732,
            "stop": 874343751
        },
        {
            "start": 874343798,
            "stop": 874343809
        },
        {
            "start": 874343910,
            "stop": 874343912
        },
        {
            "start": 874343973,
            "stop": 874343981
        },
        {
            "start": 874344000,
            "stop": 874344002
        },
        {
            "start": 874344077,
            "stop": 874344108
        },
        {
            "start": 874344127,
            "stop": 874344151
        },
        {
            "start": 874344170,
            "stop": 874344181
        },
        {
            "start": 874344235,
            "stop": 874344236
        },
        {
            "start": 874344267,
            "stop": 874344291
        },
        {
            "start": 874344353,
            "stop": 874344381
        },
        {
            "start": 874344400,
            "stop": 874344406
        },
        {
            "start": 874344494,
            "stop": 874344518
        },
        {
            "start": 874344538,
            "stop": 874344546
        },
        {
            "start": 874344565,
            "stop": 874344631
        },
        {
            "start": 874344648,
            "stop": 874344728
        },
        {
            "start": 874344747,
            "stop": 874344778
        },
        {
            "start": 874344797,
            "stop": 874344798
        },
        {
            "start": 874344827,
            "stop": 874344839
        }
    ]
}