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=4584
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=4585",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4583",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4584,
    "results": [
        {
            "start": 969076255,
            "stop": 969077036
        },
        {
            "start": 969077039,
            "stop": 969077500
        },
        {
            "start": 969077503,
            "stop": 969077790
        },
        {
            "start": 969077793,
            "stop": 969078179
        },
        {
            "start": 969078182,
            "stop": 969079505
        },
        {
            "start": 969079508,
            "stop": 969080173
        },
        {
            "start": 969080176,
            "stop": 969080225
        },
        {
            "start": 969080228,
            "stop": 969080672
        },
        {
            "start": 969080675,
            "stop": 969082032
        },
        {
            "start": 969082036,
            "stop": 969082719
        },
        {
            "start": 969082722,
            "stop": 969082840
        },
        {
            "start": 969082843,
            "stop": 969083455
        },
        {
            "start": 969083458,
            "stop": 969083852
        },
        {
            "start": 969083855,
            "stop": 969083967
        },
        {
            "start": 969083972,
            "stop": 969084211
        },
        {
            "start": 969084214,
            "stop": 969084268
        },
        {
            "start": 969084271,
            "stop": 969084775
        },
        {
            "start": 969084778,
            "stop": 969085161
        },
        {
            "start": 969085214,
            "stop": 969085896
        },
        {
            "start": 969085899,
            "stop": 969087219
        }
    ]
}