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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=234",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 235,
    "results": [
        {
            "start": 931504508,
            "stop": 931504513
        },
        {
            "start": 931504520,
            "stop": 931504523
        },
        {
            "start": 931504526,
            "stop": 931504534
        },
        {
            "start": 931504537,
            "stop": 931504539
        },
        {
            "start": 931504543,
            "stop": 931504544
        },
        {
            "start": 931504547,
            "stop": 931504560
        },
        {
            "start": 931504563,
            "stop": 931504565
        },
        {
            "start": 931504568,
            "stop": 931504572
        },
        {
            "start": 931504574,
            "stop": 931504575
        },
        {
            "start": 931504579,
            "stop": 931504580
        },
        {
            "start": 931504582,
            "stop": 931504583
        },
        {
            "start": 931504587,
            "stop": 931504610
        },
        {
            "start": 931504613,
            "stop": 931504619
        },
        {
            "start": 931504622,
            "stop": 931504626
        },
        {
            "start": 931504629,
            "stop": 931504636
        },
        {
            "start": 931504641,
            "stop": 931504647
        },
        {
            "start": 931504652,
            "stop": 931504654
        },
        {
            "start": 931504656,
            "stop": 931504658
        },
        {
            "start": 931504662,
            "stop": 931504668
        },
        {
            "start": 931504671,
            "stop": 931504673
        }
    ]
}