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=716
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=717",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=715",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 716,
    "results": [
        {
            "start": 952557505,
            "stop": 952558085
        },
        {
            "start": 952558090,
            "stop": 952561253
        },
        {
            "start": 952561259,
            "stop": 952561677
        },
        {
            "start": 952561682,
            "stop": 952565438
        },
        {
            "start": 952565444,
            "stop": 952565487
        },
        {
            "start": 952565493,
            "stop": 952566786
        },
        {
            "start": 952566792,
            "stop": 952567111
        },
        {
            "start": 952567117,
            "stop": 952567642
        },
        {
            "start": 952567648,
            "stop": 952569142
        },
        {
            "start": 952569148,
            "stop": 952570251
        },
        {
            "start": 952570257,
            "stop": 952572061
        },
        {
            "start": 952572067,
            "stop": 952575214
        },
        {
            "start": 952575220,
            "stop": 952575685
        },
        {
            "start": 952575691,
            "stop": 952576750
        },
        {
            "start": 952576756,
            "stop": 952580063
        },
        {
            "start": 952580069,
            "stop": 952580843
        },
        {
            "start": 952580849,
            "stop": 952582083
        },
        {
            "start": 952582089,
            "stop": 952582236
        },
        {
            "start": 952582242,
            "stop": 952589631
        },
        {
            "start": 952589637,
            "stop": 952589909
        }
    ]
}