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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2187",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2188,
    "results": [
        {
            "start": 872482838,
            "stop": 872482886
        },
        {
            "start": 872482905,
            "stop": 872483514
        },
        {
            "start": 872483536,
            "stop": 872483749
        },
        {
            "start": 872483768,
            "stop": 872483930
        },
        {
            "start": 872483949,
            "stop": 872484162
        },
        {
            "start": 872484181,
            "stop": 872484250
        },
        {
            "start": 872484276,
            "stop": 872484287
        },
        {
            "start": 872484326,
            "stop": 872484666
        },
        {
            "start": 872484685,
            "stop": 872484696
        },
        {
            "start": 872484717,
            "stop": 872484848
        },
        {
            "start": 872484867,
            "stop": 872484888
        },
        {
            "start": 872484909,
            "stop": 872484953
        },
        {
            "start": 872484979,
            "stop": 872484982
        },
        {
            "start": 872485001,
            "stop": 872485105
        },
        {
            "start": 872485155,
            "stop": 872485194
        },
        {
            "start": 872485222,
            "stop": 872485242
        },
        {
            "start": 872485298,
            "stop": 872485321
        },
        {
            "start": 872485354,
            "stop": 872485500
        },
        {
            "start": 872485542,
            "stop": 872485554
        },
        {
            "start": 872485605,
            "stop": 872485616
        }
    ]
}