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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=353",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 354,
    "results": [
        {
            "start": 821318499,
            "stop": 821318719
        },
        {
            "start": 821318722,
            "stop": 821318738
        },
        {
            "start": 821318769,
            "stop": 821318787
        },
        {
            "start": 821318814,
            "stop": 821318871
        },
        {
            "start": 821318890,
            "stop": 821319039
        },
        {
            "start": 821319072,
            "stop": 821319300
        },
        {
            "start": 821319319,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821319601
        },
        {
            "start": 821319620,
            "stop": 821319660
        },
        {
            "start": 821319679,
            "stop": 821319707
        },
        {
            "start": 821319711,
            "stop": 821320321
        },
        {
            "start": 821320324,
            "stop": 821320539
        },
        {
            "start": 821320543,
            "stop": 821320606
        },
        {
            "start": 821320610,
            "stop": 821320723
        },
        {
            "start": 821320726,
            "stop": 821320741
        },
        {
            "start": 821320744,
            "stop": 821320783
        },
        {
            "start": 821320802,
            "stop": 821320870
        },
        {
            "start": 821320874,
            "stop": 821321083
        },
        {
            "start": 821321086,
            "stop": 821321163
        },
        {
            "start": 821321283,
            "stop": 821321295
        }
    ]
}