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_H2L1/segments?format=api&page=117
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_H2L1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=116",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 117,
    "results": [
        {
            "start": 821140211,
            "stop": 821140991
        },
        {
            "start": 821141141,
            "stop": 821141351
        },
        {
            "start": 821141496,
            "stop": 821141736
        },
        {
            "start": 821141898,
            "stop": 821142138
        },
        {
            "start": 821142360,
            "stop": 821142660
        },
        {
            "start": 821142976,
            "stop": 821143276
        },
        {
            "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
        }
    ]
}