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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=389",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 390,
    "results": [
        {
            "start": 829637354,
            "stop": 829637358
        },
        {
            "start": 829637370,
            "stop": 829637371
        },
        {
            "start": 829637378,
            "stop": 829637381
        },
        {
            "start": 829637385,
            "stop": 829637388
        },
        {
            "start": 829637390,
            "stop": 829637393
        },
        {
            "start": 829637410,
            "stop": 829637411
        },
        {
            "start": 829637423,
            "stop": 829637428
        },
        {
            "start": 829637431,
            "stop": 829637437
        },
        {
            "start": 829637439,
            "stop": 829637441
        },
        {
            "start": 829637444,
            "stop": 829637450
        },
        {
            "start": 829637456,
            "stop": 829637464
        },
        {
            "start": 829637468,
            "stop": 829637473
        },
        {
            "start": 829637475,
            "stop": 829637480
        },
        {
            "start": 829637488,
            "stop": 829637491
        },
        {
            "start": 829637493,
            "stop": 829637497
        },
        {
            "start": 829637499,
            "stop": 829637501
        },
        {
            "start": 829637504,
            "stop": 829637507
        },
        {
            "start": 829637511,
            "stop": 829637519
        },
        {
            "start": 829637522,
            "stop": 829637525
        },
        {
            "start": 829637526,
            "stop": 829637527
        }
    ]
}