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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40919",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40920,
    "results": [
        {
            "start": 875102840,
            "stop": 875102900
        },
        {
            "start": 875102901,
            "stop": 875103006
        },
        {
            "start": 875103007,
            "stop": 875103037
        },
        {
            "start": 875103038,
            "stop": 875103091
        },
        {
            "start": 875103092,
            "stop": 875103112
        },
        {
            "start": 875103114,
            "stop": 875103116
        },
        {
            "start": 875103117,
            "stop": 875103135
        },
        {
            "start": 875103137,
            "stop": 875103173
        },
        {
            "start": 875103174,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875103291
        },
        {
            "start": 875103292,
            "stop": 875103296
        },
        {
            "start": 875103298,
            "stop": 875103302
        },
        {
            "start": 875103303,
            "stop": 875103304
        },
        {
            "start": 875103305,
            "stop": 875103307
        },
        {
            "start": 875103308,
            "stop": 875103312
        },
        {
            "start": 875103314,
            "stop": 875103318
        },
        {
            "start": 875103319,
            "stop": 875103323
        },
        {
            "start": 875103324,
            "stop": 875103328
        },
        {
            "start": 875103330,
            "stop": 875103334
        },
        {
            "start": 875103335,
            "stop": 875103339
        }
    ]
}