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_CBCLOW_CAT4/segments?format=api&page=10184
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=10185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10183",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10184,
    "results": [
        {
            "start": 873833889,
            "stop": 873833974
        },
        {
            "start": 873833982,
            "stop": 873833995
        },
        {
            "start": 873834003,
            "stop": 873834053
        },
        {
            "start": 873834068,
            "stop": 873834104
        },
        {
            "start": 873834118,
            "stop": 873834133
        },
        {
            "start": 873834141,
            "stop": 873834241
        },
        {
            "start": 873834263,
            "stop": 873834278
        },
        {
            "start": 873834286,
            "stop": 873834292
        },
        {
            "start": 873834301,
            "stop": 873834537
        },
        {
            "start": 873834545,
            "stop": 873834600
        },
        {
            "start": 873834660,
            "stop": 873834667
        },
        {
            "start": 873834675,
            "stop": 873834791
        },
        {
            "start": 873834799,
            "stop": 873834812
        },
        {
            "start": 873834820,
            "stop": 873834826
        },
        {
            "start": 873834841,
            "stop": 873834968
        },
        {
            "start": 873835088,
            "stop": 873835178
        },
        {
            "start": 873835192,
            "stop": 873835200
        },
        {
            "start": 873835260,
            "stop": 873835348
        },
        {
            "start": 873835355,
            "stop": 873835539
        },
        {
            "start": 873835547,
            "stop": 873835552
        }
    ]
}