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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=285",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 286,
    "results": [
        {
            "start": 821692459,
            "stop": 821692477
        },
        {
            "start": 821692480,
            "stop": 821692485
        },
        {
            "start": 821692488,
            "stop": 821692490
        },
        {
            "start": 821692497,
            "stop": 821692501
        },
        {
            "start": 821692504,
            "stop": 821692518
        },
        {
            "start": 821692521,
            "stop": 821692526
        },
        {
            "start": 821692529,
            "stop": 821692548
        },
        {
            "start": 821692551,
            "stop": 821692553
        },
        {
            "start": 821692561,
            "stop": 821692566
        },
        {
            "start": 821692574,
            "stop": 821692598
        },
        {
            "start": 821692604,
            "stop": 821692612
        },
        {
            "start": 821692615,
            "stop": 821692621
        },
        {
            "start": 821692624,
            "stop": 821692640
        },
        {
            "start": 821692643,
            "stop": 821692659
        },
        {
            "start": 821692663,
            "stop": 821692666
        },
        {
            "start": 821692669,
            "stop": 821692679
        },
        {
            "start": 821692682,
            "stop": 821692689
        },
        {
            "start": 821692693,
            "stop": 821692696
        },
        {
            "start": 821692702,
            "stop": 821692713
        },
        {
            "start": 821692717,
            "stop": 821692722
        }
    ]
}