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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14682",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14683,
    "results": [
        {
            "start": 971169699,
            "stop": 971169705
        },
        {
            "start": 971169706,
            "stop": 971169707
        },
        {
            "start": 971169709,
            "stop": 971169710
        },
        {
            "start": 971169711,
            "stop": 971169713
        },
        {
            "start": 971169715,
            "stop": 971169716
        },
        {
            "start": 971169720,
            "stop": 971169722
        },
        {
            "start": 971169726,
            "stop": 971169727
        },
        {
            "start": 971169731,
            "stop": 971169735
        },
        {
            "start": 971169736,
            "stop": 971169742
        },
        {
            "start": 971169743,
            "stop": 971169745
        },
        {
            "start": 971169748,
            "stop": 971169755
        },
        {
            "start": 971169756,
            "stop": 971169759
        },
        {
            "start": 971169765,
            "stop": 971169766
        },
        {
            "start": 971169771,
            "stop": 971169773
        },
        {
            "start": 971169781,
            "stop": 971169783
        },
        {
            "start": 971169784,
            "stop": 971169788
        },
        {
            "start": 971169791,
            "stop": 971169792
        },
        {
            "start": 971169793,
            "stop": 971169797
        },
        {
            "start": 971169799,
            "stop": 971169800
        },
        {
            "start": 971169803,
            "stop": 971169805
        }
    ]
}