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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=216",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 217,
    "results": [
        {
            "start": 933127725,
            "stop": 933127730
        },
        {
            "start": 933127735,
            "stop": 933128635
        },
        {
            "start": 933128636,
            "stop": 933128686
        },
        {
            "start": 933128687,
            "stop": 933128812
        },
        {
            "start": 933128813,
            "stop": 933128936
        },
        {
            "start": 933128937,
            "stop": 933129118
        },
        {
            "start": 933129147,
            "stop": 933129149
        },
        {
            "start": 933129187,
            "stop": 933129281
        },
        {
            "start": 933129299,
            "stop": 933129302
        },
        {
            "start": 933129321,
            "stop": 933129374
        },
        {
            "start": 933129393,
            "stop": 933129484
        },
        {
            "start": 933129519,
            "stop": 933129522
        },
        {
            "start": 933129541,
            "stop": 933129552
        },
        {
            "start": 933129571,
            "stop": 933129633
        },
        {
            "start": 933129652,
            "stop": 933129683
        },
        {
            "start": 933129702,
            "stop": 933129719
        },
        {
            "start": 933129738,
            "stop": 933129748
        },
        {
            "start": 933129769,
            "stop": 933129804
        },
        {
            "start": 933129823,
            "stop": 933129837
        },
        {
            "start": 933129838,
            "stop": 933130115
        }
    ]
}