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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=363",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 364,
    "results": [
        {
            "start": 829403544,
            "stop": 829403546
        },
        {
            "start": 829403557,
            "stop": 829403563
        },
        {
            "start": 829403576,
            "stop": 829403580
        },
        {
            "start": 829403589,
            "stop": 829403592
        },
        {
            "start": 829403596,
            "stop": 829403597
        },
        {
            "start": 829403599,
            "stop": 829403601
        },
        {
            "start": 829403612,
            "stop": 829403613
        },
        {
            "start": 829403615,
            "stop": 829403617
        },
        {
            "start": 829403632,
            "stop": 829403635
        },
        {
            "start": 829403638,
            "stop": 829403639
        },
        {
            "start": 829403644,
            "stop": 829403647
        },
        {
            "start": 829403653,
            "stop": 829403654
        },
        {
            "start": 829403666,
            "stop": 829403667
        },
        {
            "start": 829403678,
            "stop": 829403680
        },
        {
            "start": 829403688,
            "stop": 829403692
        },
        {
            "start": 829403698,
            "stop": 829403701
        },
        {
            "start": 829403707,
            "stop": 829403711
        },
        {
            "start": 829403714,
            "stop": 829403716
        },
        {
            "start": 829403718,
            "stop": 829403720
        },
        {
            "start": 829403726,
            "stop": 829403727
        }
    ]
}