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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5695",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5696,
    "results": [
        {
            "start": 874579949,
            "stop": 874579964
        },
        {
            "start": 874579968,
            "stop": 874580024
        },
        {
            "start": 874580027,
            "stop": 874580028
        },
        {
            "start": 874580031,
            "stop": 874580193
        },
        {
            "start": 874580196,
            "stop": 874580264
        },
        {
            "start": 874580445,
            "stop": 874580562
        },
        {
            "start": 874580565,
            "stop": 874580662
        },
        {
            "start": 874580665,
            "stop": 874580804
        },
        {
            "start": 874580807,
            "stop": 874580847
        },
        {
            "start": 874580850,
            "stop": 874580934
        },
        {
            "start": 874580937,
            "stop": 874580964
        },
        {
            "start": 874580967,
            "stop": 874581003
        },
        {
            "start": 874581006,
            "stop": 874581100
        },
        {
            "start": 874581103,
            "stop": 874581126
        },
        {
            "start": 874581130,
            "stop": 874581196
        },
        {
            "start": 874581199,
            "stop": 874581275
        },
        {
            "start": 874581278,
            "stop": 874581420
        },
        {
            "start": 874581423,
            "stop": 874581492
        },
        {
            "start": 874581495,
            "stop": 874581505
        },
        {
            "start": 874581509,
            "stop": 874581708
        }
    ]
}