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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8710",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8711,
    "results": [
        {
            "start": 872387563,
            "stop": 872388291
        },
        {
            "start": 872388308,
            "stop": 872388930
        },
        {
            "start": 872389078,
            "stop": 872389697
        },
        {
            "start": 872389817,
            "stop": 872390324
        },
        {
            "start": 872390505,
            "stop": 872390649
        },
        {
            "start": 872390666,
            "stop": 872393330
        },
        {
            "start": 872393410,
            "stop": 872393689
        },
        {
            "start": 872393809,
            "stop": 872394050
        },
        {
            "start": 872394170,
            "stop": 872394278
        },
        {
            "start": 872394295,
            "stop": 872395382
        },
        {
            "start": 872395502,
            "stop": 872402673
        },
        {
            "start": 872402690,
            "stop": 872402885
        },
        {
            "start": 872402902,
            "stop": 872403324
        },
        {
            "start": 872403444,
            "stop": 872403835
        },
        {
            "start": 872403852,
            "stop": 872404608
        },
        {
            "start": 872404728,
            "stop": 872407920
        },
        {
            "start": 872407937,
            "stop": 872408352
        },
        {
            "start": 872408369,
            "stop": 872410884
        },
        {
            "start": 872410901,
            "stop": 872411980
        },
        {
            "start": 872412100,
            "stop": 872412660
        }
    ]
}