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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4965",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4966,
    "results": [
        {
            "start": 874456040,
            "stop": 874456049
        },
        {
            "start": 874456062,
            "stop": 874456155
        },
        {
            "start": 874456163,
            "stop": 874456250
        },
        {
            "start": 874456257,
            "stop": 874456304
        },
        {
            "start": 874456311,
            "stop": 874456332
        },
        {
            "start": 874456339,
            "stop": 874456380
        },
        {
            "start": 874456387,
            "stop": 874456490
        },
        {
            "start": 874456499,
            "stop": 874456508
        },
        {
            "start": 874456515,
            "stop": 874456674
        },
        {
            "start": 874456681,
            "stop": 874456741
        },
        {
            "start": 874456748,
            "stop": 874456849
        },
        {
            "start": 874456862,
            "stop": 874456903
        },
        {
            "start": 874456911,
            "stop": 874456944
        },
        {
            "start": 874456951,
            "stop": 874457039
        },
        {
            "start": 874457057,
            "stop": 874457074
        },
        {
            "start": 874457088,
            "stop": 874457122
        },
        {
            "start": 874457129,
            "stop": 874457180
        },
        {
            "start": 874457188,
            "stop": 874457270
        },
        {
            "start": 874457277,
            "stop": 874457457
        },
        {
            "start": 874457465,
            "stop": 874457575
        }
    ]
}