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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=171",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 172,
    "results": [
        {
            "start": 838947966,
            "stop": 838952482
        },
        {
            "start": 838953052,
            "stop": 838968493
        },
        {
            "start": 838968521,
            "stop": 838968522
        },
        {
            "start": 838969282,
            "stop": 838981753
        },
        {
            "start": 838981764,
            "stop": 838981765
        },
        {
            "start": 838982262,
            "stop": 839001733
        },
        {
            "start": 839001778,
            "stop": 839001780
        },
        {
            "start": 839001938,
            "stop": 839021593
        },
        {
            "start": 839021601,
            "stop": 839021602
        },
        {
            "start": 839022433,
            "stop": 839025793
        },
        {
            "start": 839038861,
            "stop": 839039107
        },
        {
            "start": 839039164,
            "stop": 839042286
        },
        {
            "start": 839043952,
            "stop": 839054465
        },
        {
            "start": 839055062,
            "stop": 839078830
        },
        {
            "start": 839081283,
            "stop": 839081413
        },
        {
            "start": 839081422,
            "stop": 839081423
        },
        {
            "start": 839081498,
            "stop": 839082373
        },
        {
            "start": 839082380,
            "stop": 839082382
        },
        {
            "start": 839082622,
            "stop": 839082793
        },
        {
            "start": 839099440,
            "stop": 839103193
        }
    ]
}