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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=471",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 472,
    "results": [
        {
            "start": 953498682,
            "stop": 953505602
        },
        {
            "start": 953515181,
            "stop": 953545156
        },
        {
            "start": 953545157,
            "stop": 953551778
        },
        {
            "start": 953554666,
            "stop": 953576893
        },
        {
            "start": 953578036,
            "stop": 953581681
        },
        {
            "start": 953594006,
            "stop": 953595995
        },
        {
            "start": 953597321,
            "stop": 953598659
        },
        {
            "start": 953598660,
            "stop": 953598661
        },
        {
            "start": 953598662,
            "stop": 953602958
        },
        {
            "start": 953616439,
            "stop": 953626841
        },
        {
            "start": 953628882,
            "stop": 953635898
        },
        {
            "start": 953637441,
            "stop": 953647628
        },
        {
            "start": 953647697,
            "stop": 953647756
        },
        {
            "start": 953647829,
            "stop": 953651078
        },
        {
            "start": 953652548,
            "stop": 953654535
        },
        {
            "start": 953670172,
            "stop": 953670449
        },
        {
            "start": 953672117,
            "stop": 953674603
        },
        {
            "start": 953677854,
            "stop": 953679685
        },
        {
            "start": 953679686,
            "stop": 953679687
        },
        {
            "start": 953679688,
            "stop": 953686222
        }
    ]
}