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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=392",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 393,
    "results": [
        {
            "start": 821764667,
            "stop": 821764673
        },
        {
            "start": 821764677,
            "stop": 821764678
        },
        {
            "start": 821764681,
            "stop": 821764684
        },
        {
            "start": 821764687,
            "stop": 821764690
        },
        {
            "start": 821764694,
            "stop": 821764697
        },
        {
            "start": 821764700,
            "stop": 821764705
        },
        {
            "start": 821764708,
            "stop": 821764716
        },
        {
            "start": 821764719,
            "stop": 821764720
        },
        {
            "start": 821764723,
            "stop": 821764724
        },
        {
            "start": 821764727,
            "stop": 821764731
        },
        {
            "start": 821764734,
            "stop": 821764745
        },
        {
            "start": 821764748,
            "stop": 821764749
        },
        {
            "start": 821764752,
            "stop": 821764755
        },
        {
            "start": 821764761,
            "stop": 821764762
        },
        {
            "start": 821764770,
            "stop": 821764778
        },
        {
            "start": 821764784,
            "stop": 821764788
        },
        {
            "start": 821764794,
            "stop": 821764797
        },
        {
            "start": 821764800,
            "stop": 821764804
        },
        {
            "start": 821764807,
            "stop": 821764808
        },
        {
            "start": 821764811,
            "stop": 821764815
        }
    ]
}