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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6984",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6985,
    "results": [
        {
            "start": 873827310,
            "stop": 873827315
        },
        {
            "start": 873827319,
            "stop": 873827371
        },
        {
            "start": 873827375,
            "stop": 873827431
        },
        {
            "start": 873827436,
            "stop": 873827446
        },
        {
            "start": 873827450,
            "stop": 873827499
        },
        {
            "start": 873827504,
            "stop": 873827507
        },
        {
            "start": 873827510,
            "stop": 873827703
        },
        {
            "start": 873827707,
            "stop": 873827710
        },
        {
            "start": 873827715,
            "stop": 873827718
        },
        {
            "start": 873827722,
            "stop": 873827761
        },
        {
            "start": 873827765,
            "stop": 873827834
        },
        {
            "start": 873827838,
            "stop": 873827841
        },
        {
            "start": 873827845,
            "stop": 873827848
        },
        {
            "start": 873827852,
            "stop": 873827855
        },
        {
            "start": 873827859,
            "stop": 873827862
        },
        {
            "start": 873827865,
            "stop": 873827869
        },
        {
            "start": 873827873,
            "stop": 873827891
        },
        {
            "start": 873827894,
            "stop": 873827898
        },
        {
            "start": 873827902,
            "stop": 873827970
        },
        {
            "start": 873827974,
            "stop": 873828094
        }
    ]
}