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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=786",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 787,
    "results": [
        {
            "start": 873019544,
            "stop": 873024861
        },
        {
            "start": 873024865,
            "stop": 873025586
        },
        {
            "start": 873025590,
            "stop": 873025672
        },
        {
            "start": 873025676,
            "stop": 873025682
        },
        {
            "start": 873025686,
            "stop": 873025693
        },
        {
            "start": 873025698,
            "stop": 873025705
        },
        {
            "start": 873025709,
            "stop": 873025717
        },
        {
            "start": 873025721,
            "stop": 873026065
        },
        {
            "start": 873026069,
            "stop": 873026076
        },
        {
            "start": 873026080,
            "stop": 873026100
        },
        {
            "start": 873026107,
            "stop": 873026123
        },
        {
            "start": 873026127,
            "stop": 873026137
        },
        {
            "start": 873026141,
            "stop": 873026149
        },
        {
            "start": 873026156,
            "stop": 873026160
        },
        {
            "start": 873026164,
            "stop": 873026172
        },
        {
            "start": 873026176,
            "stop": 873026184
        },
        {
            "start": 873026188,
            "stop": 873026258
        },
        {
            "start": 873026262,
            "stop": 873026318
        },
        {
            "start": 873026323,
            "stop": 873026355
        },
        {
            "start": 873026360,
            "stop": 873026365
        }
    ]
}