Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10242
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10241",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10242,
    "results": [
        {
            "start": 874489490,
            "stop": 874493808
        },
        {
            "start": 874493825,
            "stop": 874494226
        },
        {
            "start": 874494262,
            "stop": 874496406
        },
        {
            "start": 874496422,
            "stop": 874497802
        },
        {
            "start": 874497840,
            "stop": 874502134
        },
        {
            "start": 874502170,
            "stop": 874502864
        },
        {
            "start": 874502881,
            "stop": 874502902
        },
        {
            "start": 874502945,
            "stop": 874503221
        },
        {
            "start": 874503238,
            "stop": 874505078
        },
        {
            "start": 874505114,
            "stop": 874505487
        },
        {
            "start": 874505523,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874505813
        },
        {
            "start": 874505830,
            "stop": 874508802
        },
        {
            "start": 874508836,
            "stop": 874509353
        },
        {
            "start": 874509389,
            "stop": 874516443
        },
        {
            "start": 874518785,
            "stop": 874518835
        },
        {
            "start": 874518877,
            "stop": 874518930
        },
        {
            "start": 874518937,
            "stop": 874518955
        },
        {
            "start": 874519015,
            "stop": 874519120
        },
        {
            "start": 874519163,
            "stop": 874519299
        }
    ]
}