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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=67",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 68,
    "results": [
        {
            "start": 816471830,
            "stop": 816471956
        },
        {
            "start": 816471959,
            "stop": 816471963
        },
        {
            "start": 816471967,
            "stop": 816472153
        },
        {
            "start": 816472160,
            "stop": 816472212
        },
        {
            "start": 816472216,
            "stop": 816472220
        },
        {
            "start": 816472224,
            "stop": 816472423
        },
        {
            "start": 816472429,
            "stop": 816472443
        },
        {
            "start": 816472447,
            "stop": 816472449
        },
        {
            "start": 816472454,
            "stop": 816472465
        },
        {
            "start": 816472471,
            "stop": 816472663
        },
        {
            "start": 816472670,
            "stop": 816472788
        },
        {
            "start": 816472793,
            "stop": 816472839
        },
        {
            "start": 816472845,
            "stop": 816472847
        },
        {
            "start": 816472851,
            "stop": 816472853
        },
        {
            "start": 816472860,
            "stop": 816472862
        },
        {
            "start": 816472867,
            "stop": 816472869
        },
        {
            "start": 816472875,
            "stop": 816472877
        },
        {
            "start": 816472883,
            "stop": 816472886
        },
        {
            "start": 816472889,
            "stop": 816472893
        },
        {
            "start": 816472902,
            "stop": 816472908
        }
    ]
}