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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=281",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 282,
    "results": [
        {
            "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
        },
        {
            "start": 821692725,
            "stop": 821692727
        },
        {
            "start": 821692730,
            "stop": 821692732
        }
    ]
}