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=46887
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=46888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46886",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46887,
    "results": [
        {
            "start": 875162855,
            "stop": 875162858
        },
        {
            "start": 875162859,
            "stop": 875162918
        },
        {
            "start": 875162919,
            "stop": 875162939
        },
        {
            "start": 875162940,
            "stop": 875162976
        },
        {
            "start": 875162977,
            "stop": 875162991
        },
        {
            "start": 875162992,
            "stop": 875163015
        },
        {
            "start": 875163017,
            "stop": 875163024
        },
        {
            "start": 875163026,
            "stop": 875163048
        },
        {
            "start": 875163049,
            "stop": 875163097
        },
        {
            "start": 875163098,
            "stop": 875163113
        },
        {
            "start": 875163114,
            "stop": 875163131
        },
        {
            "start": 875163132,
            "stop": 875163195
        },
        {
            "start": 875163196,
            "stop": 875163306
        },
        {
            "start": 875163307,
            "stop": 875163319
        },
        {
            "start": 875163320,
            "stop": 875163353
        },
        {
            "start": 875163354,
            "stop": 875163365
        },
        {
            "start": 875163366,
            "stop": 875163395
        },
        {
            "start": 875163396,
            "stop": 875163488
        },
        {
            "start": 875163489,
            "stop": 875163493
        },
        {
            "start": 875163494,
            "stop": 875163530
        }
    ]
}