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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=397",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 398,
    "results": [
        {
            "start": 821765595,
            "stop": 821765608
        },
        {
            "start": 821765612,
            "stop": 821765613
        },
        {
            "start": 821765616,
            "stop": 821765621
        },
        {
            "start": 821765624,
            "stop": 821765625
        },
        {
            "start": 821765628,
            "stop": 821765629
        },
        {
            "start": 821765632,
            "stop": 821765633
        },
        {
            "start": 821765639,
            "stop": 821765649
        },
        {
            "start": 821765653,
            "stop": 821765655
        },
        {
            "start": 821765664,
            "stop": 821765665
        },
        {
            "start": 821765670,
            "stop": 821765678
        },
        {
            "start": 821765684,
            "stop": 821765688
        },
        {
            "start": 821765714,
            "stop": 821765718
        },
        {
            "start": 821765726,
            "stop": 821765732
        },
        {
            "start": 821765735,
            "stop": 821765737
        },
        {
            "start": 821765740,
            "stop": 821765741
        },
        {
            "start": 821765744,
            "stop": 821765751
        },
        {
            "start": 821765754,
            "stop": 821765756
        },
        {
            "start": 821765759,
            "stop": 821765761
        },
        {
            "start": 821765767,
            "stop": 821765768
        },
        {
            "start": 821765774,
            "stop": 821765775
        }
    ]
}