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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=341",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 342,
    "results": [
        {
            "start": 834411404,
            "stop": 834413204
        },
        {
            "start": 834413341,
            "stop": 834414601
        },
        {
            "start": 834420806,
            "stop": 834420866
        },
        {
            "start": 834421048,
            "stop": 834421108
        },
        {
            "start": 834425061,
            "stop": 834425121
        },
        {
            "start": 834425805,
            "stop": 834426165
        },
        {
            "start": 834427086,
            "stop": 834427746
        },
        {
            "start": 834427962,
            "stop": 834428022
        },
        {
            "start": 834428191,
            "stop": 834429031
        },
        {
            "start": 834432444,
            "stop": 834432504
        },
        {
            "start": 834436498,
            "stop": 834436558
        },
        {
            "start": 834436686,
            "stop": 834436746
        },
        {
            "start": 834439192,
            "stop": 834439252
        },
        {
            "start": 834439662,
            "stop": 834439782
        },
        {
            "start": 834440587,
            "stop": 834440767
        },
        {
            "start": 834441323,
            "stop": 834441383
        },
        {
            "start": 834441601,
            "stop": 834441901
        },
        {
            "start": 834442069,
            "stop": 834442129
        },
        {
            "start": 834442288,
            "stop": 834442528
        },
        {
            "start": 834442666,
            "stop": 834442786
        }
    ]
}