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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=397",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 398,
    "results": [
        {
            "start": 847781836,
            "stop": 847781846
        },
        {
            "start": 847781847,
            "stop": 847781888
        },
        {
            "start": 847781889,
            "stop": 847781931
        },
        {
            "start": 847781932,
            "stop": 847781956
        },
        {
            "start": 847781959,
            "stop": 847782005
        },
        {
            "start": 847782006,
            "stop": 847782026
        },
        {
            "start": 847782027,
            "stop": 847782044
        },
        {
            "start": 847782045,
            "stop": 847782056
        },
        {
            "start": 847782057,
            "stop": 847782059
        },
        {
            "start": 847782060,
            "stop": 847782154
        },
        {
            "start": 847782155,
            "stop": 847782180
        },
        {
            "start": 847782181,
            "stop": 847782260
        },
        {
            "start": 847782263,
            "stop": 847782302
        },
        {
            "start": 847782305,
            "stop": 847782328
        },
        {
            "start": 847782330,
            "stop": 847782565
        },
        {
            "start": 847782567,
            "stop": 847782597
        },
        {
            "start": 847782598,
            "stop": 847782600
        },
        {
            "start": 847782601,
            "stop": 847782952
        },
        {
            "start": 847782953,
            "stop": 847782990
        },
        {
            "start": 847782992,
            "stop": 847783237
        }
    ]
}