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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4596",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4597,
    "results": [
        {
            "start": 874093571,
            "stop": 874093591
        },
        {
            "start": 874093623,
            "stop": 874093659
        },
        {
            "start": 874093678,
            "stop": 874093697
        },
        {
            "start": 874093716,
            "stop": 874093747
        },
        {
            "start": 874093767,
            "stop": 874094226
        },
        {
            "start": 874094262,
            "stop": 874094302
        },
        {
            "start": 874094321,
            "stop": 874094402
        },
        {
            "start": 874094421,
            "stop": 874094424
        },
        {
            "start": 874094444,
            "stop": 874094722
        },
        {
            "start": 874094741,
            "stop": 874094793
        },
        {
            "start": 874094813,
            "stop": 874094872
        },
        {
            "start": 874094891,
            "stop": 874094958
        },
        {
            "start": 874094977,
            "stop": 874095059
        },
        {
            "start": 874095078,
            "stop": 874095154
        },
        {
            "start": 874095174,
            "stop": 874095563
        },
        {
            "start": 874095583,
            "stop": 874095589
        },
        {
            "start": 874095609,
            "stop": 874095646
        },
        {
            "start": 874095665,
            "stop": 874095760
        },
        {
            "start": 874095780,
            "stop": 874095812
        },
        {
            "start": 874095932,
            "stop": 874096003
        }
    ]
}