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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=865",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=863",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 864,
    "results": [
        {
            "start": 965717145,
            "stop": 965718325
        },
        {
            "start": 965718330,
            "stop": 965718389
        },
        {
            "start": 965721980,
            "stop": 965725188
        },
        {
            "start": 965726127,
            "stop": 965728840
        },
        {
            "start": 965729773,
            "stop": 965732197
        },
        {
            "start": 965734251,
            "stop": 965740744
        },
        {
            "start": 965744856,
            "stop": 965746562
        },
        {
            "start": 965746646,
            "stop": 965752933
        },
        {
            "start": 965754531,
            "stop": 965761051
        },
        {
            "start": 965762101,
            "stop": 965770891
        },
        {
            "start": 965781808,
            "stop": 965797453
        },
        {
            "start": 965797682,
            "stop": 965810012
        },
        {
            "start": 965812412,
            "stop": 965822968
        },
        {
            "start": 965825769,
            "stop": 965827026
        },
        {
            "start": 965829391,
            "stop": 965862778
        },
        {
            "start": 965869674,
            "stop": 965874666
        },
        {
            "start": 965875757,
            "stop": 965900923
        },
        {
            "start": 965900929,
            "stop": 965903867
        },
        {
            "start": 965906153,
            "stop": 965910745
        },
        {
            "start": 965910751,
            "stop": 965916619
        }
    ]
}