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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=106",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 107,
    "results": [
        {
            "start": 821143653,
            "stop": 821143713
        },
        {
            "start": 821144467,
            "stop": 821144647
        },
        {
            "start": 821144822,
            "stop": 821144882
        },
        {
            "start": 821145270,
            "stop": 821145450
        },
        {
            "start": 821145606,
            "stop": 821145786
        },
        {
            "start": 821146272,
            "stop": 821146332
        },
        {
            "start": 821146483,
            "stop": 821146783
        },
        {
            "start": 821147345,
            "stop": 821147405
        },
        {
            "start": 821148347,
            "stop": 821148587
        },
        {
            "start": 821149805,
            "stop": 821149925
        },
        {
            "start": 821151488,
            "stop": 821151548
        },
        {
            "start": 821152020,
            "stop": 821152440
        },
        {
            "start": 821153128,
            "stop": 821153428
        },
        {
            "start": 821153854,
            "stop": 821154274
        },
        {
            "start": 821154629,
            "stop": 821154989
        },
        {
            "start": 821155278,
            "stop": 821155338
        },
        {
            "start": 821155725,
            "stop": 821155845
        },
        {
            "start": 821156112,
            "stop": 821156172
        },
        {
            "start": 821157429,
            "stop": 821157489
        },
        {
            "start": 821157926,
            "stop": 821157986
        }
    ]
}