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=4698
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=4699",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4697",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4698,
    "results": [
        {
            "start": 969950501,
            "stop": 969950766
        },
        {
            "start": 969950769,
            "stop": 969950809
        },
        {
            "start": 969950812,
            "stop": 969951122
        },
        {
            "start": 969951125,
            "stop": 969951126
        },
        {
            "start": 969951143,
            "stop": 969951326
        },
        {
            "start": 969951329,
            "stop": 969951595
        },
        {
            "start": 969951598,
            "stop": 969951771
        },
        {
            "start": 969951774,
            "stop": 969951807
        },
        {
            "start": 969951810,
            "stop": 969951882
        },
        {
            "start": 969951885,
            "stop": 969952015
        },
        {
            "start": 969952864,
            "stop": 969953125
        },
        {
            "start": 969953128,
            "stop": 969953298
        },
        {
            "start": 969953301,
            "stop": 969953428
        },
        {
            "start": 969953431,
            "stop": 969953496
        },
        {
            "start": 969953499,
            "stop": 969953546
        },
        {
            "start": 969953549,
            "stop": 969953780
        },
        {
            "start": 969954543,
            "stop": 969954583
        },
        {
            "start": 969954586,
            "stop": 969955090
        },
        {
            "start": 969955093,
            "stop": 969955210
        },
        {
            "start": 969955213,
            "stop": 969955350
        }
    ]
}