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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=76",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 77,
    "results": [
        {
            "start": 950928501,
            "stop": 950957647
        },
        {
            "start": 950962100,
            "stop": 950963726
        },
        {
            "start": 950965565,
            "stop": 950967763
        },
        {
            "start": 950968761,
            "stop": 950969076
        },
        {
            "start": 951023846,
            "stop": 951055496
        },
        {
            "start": 951064054,
            "stop": 951072355
        },
        {
            "start": 951072744,
            "stop": 951075146
        },
        {
            "start": 951076594,
            "stop": 951076762
        },
        {
            "start": 951082318,
            "stop": 951090110
        },
        {
            "start": 951112065,
            "stop": 951116997
        },
        {
            "start": 951118238,
            "stop": 951123280
        },
        {
            "start": 951125768,
            "stop": 951136299
        },
        {
            "start": 951141220,
            "stop": 951142428
        },
        {
            "start": 951144744,
            "stop": 951151643
        },
        {
            "start": 951151925,
            "stop": 951166454
        },
        {
            "start": 951169053,
            "stop": 951170041
        },
        {
            "start": 951171214,
            "stop": 951179676
        },
        {
            "start": 951180423,
            "stop": 951192089
        },
        {
            "start": 951192432,
            "stop": 951222317
        },
        {
            "start": 951229635,
            "stop": 951230115
        }
    ]
}