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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=428",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 429,
    "results": [
        {
            "start": 847804863,
            "stop": 847804864
        },
        {
            "start": 847804865,
            "stop": 847804867
        },
        {
            "start": 847804868,
            "stop": 847804881
        },
        {
            "start": 847804883,
            "stop": 847804912
        },
        {
            "start": 847804913,
            "stop": 847804914
        },
        {
            "start": 847804915,
            "stop": 847804917
        },
        {
            "start": 847804918,
            "stop": 847804921
        },
        {
            "start": 847804922,
            "stop": 847804988
        },
        {
            "start": 847804989,
            "stop": 847805009
        },
        {
            "start": 847805012,
            "stop": 847805033
        },
        {
            "start": 847805034,
            "stop": 847805094
        },
        {
            "start": 847805096,
            "stop": 847805117
        },
        {
            "start": 847805119,
            "stop": 847805123
        },
        {
            "start": 847805124,
            "stop": 847805125
        },
        {
            "start": 847805126,
            "stop": 847805127
        },
        {
            "start": 847805128,
            "stop": 847805137
        },
        {
            "start": 847805138,
            "stop": 847805160
        },
        {
            "start": 847805161,
            "stop": 847805162
        },
        {
            "start": 847805163,
            "stop": 847805180
        },
        {
            "start": 847805181,
            "stop": 847805219
        }
    ]
}