Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=716
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=715",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 716,
    "results": [
        {
            "start": 862179941,
            "stop": 862187285
        },
        {
            "start": 862189197,
            "stop": 862207582
        },
        {
            "start": 862208175,
            "stop": 862258314
        },
        {
            "start": 862259826,
            "stop": 862262527
        },
        {
            "start": 862263288,
            "stop": 862278813
        },
        {
            "start": 862279730,
            "stop": 862312785
        },
        {
            "start": 862315186,
            "stop": 862324839
        },
        {
            "start": 862325768,
            "stop": 862350527
        },
        {
            "start": 862350529,
            "stop": 862350540
        },
        {
            "start": 862350600,
            "stop": 862351872
        },
        {
            "start": 862353097,
            "stop": 862355180
        },
        {
            "start": 862355182,
            "stop": 862355815
        },
        {
            "start": 862356450,
            "stop": 862381076
        },
        {
            "start": 862383010,
            "stop": 862384672
        },
        {
            "start": 862386256,
            "stop": 862404429
        },
        {
            "start": 862405112,
            "stop": 862408472
        },
        {
            "start": 862410600,
            "stop": 862462587
        },
        {
            "start": 862463768,
            "stop": 862521785
        },
        {
            "start": 862524061,
            "stop": 862524742
        },
        {
            "start": 862526338,
            "stop": 862533360
        }
    ]
}