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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46823",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46824,
    "results": [
        {
            "start": 875131179,
            "stop": 875131183
        },
        {
            "start": 875131184,
            "stop": 875131186
        },
        {
            "start": 875131188,
            "stop": 875131203
        },
        {
            "start": 875131204,
            "stop": 875131205
        },
        {
            "start": 875131206,
            "stop": 875131247
        },
        {
            "start": 875131248,
            "stop": 875131270
        },
        {
            "start": 875131273,
            "stop": 875131281
        },
        {
            "start": 875131284,
            "stop": 875131286
        },
        {
            "start": 875131289,
            "stop": 875131298
        },
        {
            "start": 875131299,
            "stop": 875131312
        },
        {
            "start": 875131314,
            "stop": 875131332
        },
        {
            "start": 875131334,
            "stop": 875131339
        },
        {
            "start": 875131342,
            "stop": 875131351
        },
        {
            "start": 875131354,
            "stop": 875131364
        },
        {
            "start": 875131367,
            "stop": 875131373
        },
        {
            "start": 875131374,
            "stop": 875131383
        },
        {
            "start": 875131384,
            "stop": 875131389
        },
        {
            "start": 875131392,
            "stop": 875131397
        },
        {
            "start": 875131399,
            "stop": 875131432
        },
        {
            "start": 875131433,
            "stop": 875131440
        }
    ]
}