Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=656
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=657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=655",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 656,
    "results": [
        {
            "start": 856134515,
            "stop": 856135410
        },
        {
            "start": 856135470,
            "stop": 856135710
        },
        {
            "start": 856136218,
            "stop": 856142790
        },
        {
            "start": 856143522,
            "stop": 856150110
        },
        {
            "start": 856150230,
            "stop": 856150234
        },
        {
            "start": 856151149,
            "stop": 856167330
        },
        {
            "start": 856168058,
            "stop": 856201501
        },
        {
            "start": 856202087,
            "stop": 856203570
        },
        {
            "start": 856203630,
            "stop": 856203690
        },
        {
            "start": 856203750,
            "stop": 856203990
        },
        {
            "start": 856204290,
            "stop": 856210290
        },
        {
            "start": 856212543,
            "stop": 856217970
        },
        {
            "start": 856218988,
            "stop": 856223790
        },
        {
            "start": 856226230,
            "stop": 856232970
        },
        {
            "start": 856233090,
            "stop": 856233106
        },
        {
            "start": 856233656,
            "stop": 856258807
        },
        {
            "start": 856259542,
            "stop": 856269807
        },
        {
            "start": 856269813,
            "stop": 856276830
        },
        {
            "start": 856276890,
            "stop": 856276900
        },
        {
            "start": 856277529,
            "stop": 856294290
        }
    ]
}