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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6584",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6585,
    "results": [
        {
            "start": 874610553,
            "stop": 874611165
        },
        {
            "start": 874611167,
            "stop": 874611227
        },
        {
            "start": 874611228,
            "stop": 874611607
        },
        {
            "start": 874611608,
            "stop": 874612222
        },
        {
            "start": 874612223,
            "stop": 874612707
        },
        {
            "start": 874612708,
            "stop": 874612897
        },
        {
            "start": 874612898,
            "stop": 874613581
        },
        {
            "start": 874613582,
            "stop": 874613662
        },
        {
            "start": 874613665,
            "stop": 874613734
        },
        {
            "start": 874613736,
            "stop": 874613822
        },
        {
            "start": 874613823,
            "stop": 874614227
        },
        {
            "start": 874614229,
            "stop": 874614635
        },
        {
            "start": 874614636,
            "stop": 874614727
        },
        {
            "start": 874614728,
            "stop": 874615471
        },
        {
            "start": 874615472,
            "stop": 874615536
        },
        {
            "start": 874615538,
            "stop": 874615726
        },
        {
            "start": 874615729,
            "stop": 874615749
        },
        {
            "start": 874615750,
            "stop": 874615960
        },
        {
            "start": 874615961,
            "stop": 874616363
        },
        {
            "start": 874616365,
            "stop": 874616405
        }
    ]
}