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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=77",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 78,
    "results": [
        {
            "start": 833938933,
            "stop": 833947563
        },
        {
            "start": 833956668,
            "stop": 833964688
        },
        {
            "start": 833965248,
            "stop": 833992713
        },
        {
            "start": 833993181,
            "stop": 834037338
        },
        {
            "start": 834038517,
            "stop": 834040680
        },
        {
            "start": 834040850,
            "stop": 834047988
        },
        {
            "start": 834054406,
            "stop": 834069566
        },
        {
            "start": 834074572,
            "stop": 834074637
        },
        {
            "start": 834074719,
            "stop": 834092010
        },
        {
            "start": 834095636,
            "stop": 834097729
        },
        {
            "start": 834099588,
            "stop": 834105156
        },
        {
            "start": 834108925,
            "stop": 834117430
        },
        {
            "start": 834119344,
            "stop": 834126740
        },
        {
            "start": 834127770,
            "stop": 834178786
        },
        {
            "start": 834185745,
            "stop": 834189236
        },
        {
            "start": 834190907,
            "stop": 834193601
        },
        {
            "start": 834197771,
            "stop": 834206184
        },
        {
            "start": 834207831,
            "stop": 834218912
        },
        {
            "start": 834221334,
            "stop": 834246059
        },
        {
            "start": 834268311,
            "stop": 834270536
        }
    ]
}