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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=167",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 168,
    "results": [
        {
            "start": 821642578,
            "stop": 821642651
        },
        {
            "start": 821642656,
            "stop": 821642662
        },
        {
            "start": 821642667,
            "stop": 821642669
        },
        {
            "start": 821642672,
            "stop": 821642674
        },
        {
            "start": 821642677,
            "stop": 821642690
        },
        {
            "start": 821642695,
            "stop": 821642697
        },
        {
            "start": 821642700,
            "stop": 821642702
        },
        {
            "start": 821642705,
            "stop": 821642719
        },
        {
            "start": 821642722,
            "stop": 821642759
        },
        {
            "start": 821642764,
            "stop": 821642766
        },
        {
            "start": 821642771,
            "stop": 821642781
        },
        {
            "start": 821642784,
            "stop": 821642794
        },
        {
            "start": 821642797,
            "stop": 821642814
        },
        {
            "start": 821642817,
            "stop": 821642896
        },
        {
            "start": 821642901,
            "stop": 821642915
        },
        {
            "start": 821642920,
            "stop": 821642937
        },
        {
            "start": 821642940,
            "stop": 821642945
        },
        {
            "start": 821642948,
            "stop": 821642974
        },
        {
            "start": 821642977,
            "stop": 821642978
        },
        {
            "start": 821642984,
            "stop": 821642986
        }
    ]
}