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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 363,
    "results": [
        {
            "start": 857162083,
            "stop": 857162092
        },
        {
            "start": 857162098,
            "stop": 857162988
        },
        {
            "start": 857163125,
            "stop": 857165125
        },
        {
            "start": 857165133,
            "stop": 857165140
        },
        {
            "start": 857165145,
            "stop": 857165147
        },
        {
            "start": 857165155,
            "stop": 857167032
        },
        {
            "start": 857167038,
            "stop": 857167060
        },
        {
            "start": 857167070,
            "stop": 857167085
        },
        {
            "start": 857167090,
            "stop": 857168114
        },
        {
            "start": 857168117,
            "stop": 857168990
        },
        {
            "start": 857168995,
            "stop": 857169256
        },
        {
            "start": 857170484,
            "stop": 857214883
        },
        {
            "start": 857215522,
            "stop": 857232137
        },
        {
            "start": 857251150,
            "stop": 857253232
        },
        {
            "start": 857253238,
            "stop": 857253257
        },
        {
            "start": 857253263,
            "stop": 857253265
        },
        {
            "start": 857253270,
            "stop": 857257827
        },
        {
            "start": 857258374,
            "stop": 857262418
        },
        {
            "start": 857263073,
            "stop": 857264647
        },
        {
            "start": 857264989,
            "stop": 857268708
        }
    ]
}