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=10177
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=10178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10176",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10177,
    "results": [
        {
            "start": 873818441,
            "stop": 873818456
        },
        {
            "start": 873818464,
            "stop": 873818505
        },
        {
            "start": 873818528,
            "stop": 873818566
        },
        {
            "start": 873818574,
            "stop": 873818589
        },
        {
            "start": 873818596,
            "stop": 873818820
        },
        {
            "start": 873818880,
            "stop": 873818956
        },
        {
            "start": 873818964,
            "stop": 873819000
        },
        {
            "start": 873819158,
            "stop": 873819172
        },
        {
            "start": 873819206,
            "stop": 873819221
        },
        {
            "start": 873819229,
            "stop": 873819299
        },
        {
            "start": 873819307,
            "stop": 873819313
        },
        {
            "start": 873819321,
            "stop": 873819335
        },
        {
            "start": 873819371,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819520
        },
        {
            "start": 873819578,
            "stop": 873819600
        },
        {
            "start": 873819801,
            "stop": 873819846
        },
        {
            "start": 873819853,
            "stop": 873819860
        },
        {
            "start": 873819867,
            "stop": 873819875
        },
        {
            "start": 873819883,
            "stop": 873820169
        },
        {
            "start": 873820177,
            "stop": 873820204
        }
    ]
}