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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 348,
    "results": [
        {
            "start": 934352803,
            "stop": 934354955
        },
        {
            "start": 934354957,
            "stop": 934354958
        },
        {
            "start": 934354960,
            "stop": 934354976
        },
        {
            "start": 934354979,
            "stop": 934354985
        },
        {
            "start": 934354987,
            "stop": 934354992
        },
        {
            "start": 934354994,
            "stop": 934355012
        },
        {
            "start": 934355014,
            "stop": 934355018
        },
        {
            "start": 934355020,
            "stop": 934355034
        },
        {
            "start": 934355038,
            "stop": 934355303
        },
        {
            "start": 934355306,
            "stop": 934358471
        },
        {
            "start": 934358474,
            "stop": 934358556
        },
        {
            "start": 934358559,
            "stop": 934358565
        },
        {
            "start": 934358567,
            "stop": 934358584
        },
        {
            "start": 934358587,
            "stop": 934358610
        },
        {
            "start": 934358613,
            "stop": 934358617
        },
        {
            "start": 934358619,
            "stop": 934358633
        },
        {
            "start": 934358638,
            "stop": 934359990
        },
        {
            "start": 934359993,
            "stop": 934362093
        },
        {
            "start": 934362096,
            "stop": 934362155
        },
        {
            "start": 934362157,
            "stop": 934362158
        }
    ]
}