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=8761
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=8762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8760",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8761,
    "results": [
        {
            "start": 873203545,
            "stop": 873203610
        },
        {
            "start": 873203627,
            "stop": 873203717
        },
        {
            "start": 873203734,
            "stop": 873203914
        },
        {
            "start": 873203931,
            "stop": 873203973
        },
        {
            "start": 873203990,
            "stop": 873204362
        },
        {
            "start": 873204380,
            "stop": 873205211
        },
        {
            "start": 873205230,
            "stop": 873205389
        },
        {
            "start": 873205406,
            "stop": 873205493
        },
        {
            "start": 873205510,
            "stop": 873205558
        },
        {
            "start": 873205575,
            "stop": 873205591
        },
        {
            "start": 873205608,
            "stop": 873205899
        },
        {
            "start": 873206019,
            "stop": 873206322
        },
        {
            "start": 873206339,
            "stop": 873206345
        },
        {
            "start": 873206362,
            "stop": 873206620
        },
        {
            "start": 873206638,
            "stop": 873206729
        },
        {
            "start": 873206830,
            "stop": 873206926
        },
        {
            "start": 873206943,
            "stop": 873206990
        },
        {
            "start": 873207070,
            "stop": 873207540
        },
        {
            "start": 873207600,
            "stop": 873207672
        },
        {
            "start": 873208164,
            "stop": 873208211
        }
    ]
}