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=4745
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=4746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4744",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4745,
    "results": [
        {
            "start": 874508760,
            "stop": 874508796
        },
        {
            "start": 874509420,
            "stop": 874509438
        },
        {
            "start": 874509467,
            "stop": 874509479
        },
        {
            "start": 874509576,
            "stop": 874509581
        },
        {
            "start": 874509900,
            "stop": 874509939
        },
        {
            "start": 874509958,
            "stop": 874509959
        },
        {
            "start": 874510463,
            "stop": 874510500
        },
        {
            "start": 874510691,
            "stop": 874510697
        },
        {
            "start": 874510734,
            "stop": 874510740
        },
        {
            "start": 874510860,
            "stop": 874510883
        },
        {
            "start": 874510905,
            "stop": 874510920
        },
        {
            "start": 874511246,
            "stop": 874511269
        },
        {
            "start": 874511288,
            "stop": 874511321
        },
        {
            "start": 874511340,
            "stop": 874511396
        },
        {
            "start": 874511415,
            "stop": 874511418
        },
        {
            "start": 874511509,
            "stop": 874511565
        },
        {
            "start": 874511760,
            "stop": 874511775
        },
        {
            "start": 874511794,
            "stop": 874511814
        },
        {
            "start": 874511833,
            "stop": 874511837
        },
        {
            "start": 874511856,
            "stop": 874511867
        }
    ]
}