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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=333",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 334,
    "results": [
        {
            "start": 821317643,
            "stop": 821317859
        },
        {
            "start": 821317878,
            "stop": 821317988
        },
        {
            "start": 821318007,
            "stop": 821318213
        },
        {
            "start": 821318232,
            "stop": 821318476
        },
        {
            "start": 821318479,
            "stop": 821318480
        },
        {
            "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
        }
    ]
}