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=4851
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=4852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4850",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4851,
    "results": [
        {
            "start": 874732602,
            "stop": 874732638
        },
        {
            "start": 874732657,
            "stop": 874732665
        },
        {
            "start": 874732685,
            "stop": 874732736
        },
        {
            "start": 874732756,
            "stop": 874732786
        },
        {
            "start": 874732805,
            "stop": 874732982
        },
        {
            "start": 874733001,
            "stop": 874733028
        },
        {
            "start": 874733047,
            "stop": 874733167
        },
        {
            "start": 874733187,
            "stop": 874733227
        },
        {
            "start": 874733247,
            "stop": 874733283
        },
        {
            "start": 874733312,
            "stop": 874733425
        },
        {
            "start": 874733444,
            "stop": 874733455
        },
        {
            "start": 874733543,
            "stop": 874733553
        },
        {
            "start": 874733594,
            "stop": 874733658
        },
        {
            "start": 874733678,
            "stop": 874733772
        },
        {
            "start": 874733791,
            "stop": 874733966
        },
        {
            "start": 874734067,
            "stop": 874734087
        },
        {
            "start": 874734111,
            "stop": 874734126
        },
        {
            "start": 874734156,
            "stop": 874734306
        },
        {
            "start": 874734325,
            "stop": 874734358
        },
        {
            "start": 874734540,
            "stop": 874734834
        }
    ]
}