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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=456",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 457,
    "results": [
        {
            "start": 947210536,
            "stop": 947225144
        },
        {
            "start": 947228635,
            "stop": 947234337
        },
        {
            "start": 947242458,
            "stop": 947256862
        },
        {
            "start": 947257996,
            "stop": 947258062
        },
        {
            "start": 947258944,
            "stop": 947259122
        },
        {
            "start": 949460346,
            "stop": 949467281
        },
        {
            "start": 949469621,
            "stop": 949504623
        },
        {
            "start": 949506284,
            "stop": 949506985
        },
        {
            "start": 949509167,
            "stop": 949515838
        },
        {
            "start": 949532733,
            "stop": 949532849
        },
        {
            "start": 949535400,
            "stop": 949558981
        },
        {
            "start": 949599343,
            "stop": 949605661
        },
        {
            "start": 949621060,
            "stop": 949657777
        },
        {
            "start": 949665369,
            "stop": 949666888
        },
        {
            "start": 949669261,
            "stop": 949685376
        },
        {
            "start": 949726733,
            "stop": 949728040
        },
        {
            "start": 949729068,
            "stop": 949733344
        },
        {
            "start": 949736254,
            "stop": 949762839
        },
        {
            "start": 949810685,
            "stop": 949816085
        },
        {
            "start": 949818863,
            "stop": 949831891
        }
    ]
}