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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=369",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 370,
    "results": [
        {
            "start": 829405029,
            "stop": 829405033
        },
        {
            "start": 829405035,
            "stop": 829405047
        },
        {
            "start": 829405049,
            "stop": 829405107
        },
        {
            "start": 829405109,
            "stop": 829405112
        },
        {
            "start": 829405114,
            "stop": 829405117
        },
        {
            "start": 829405119,
            "stop": 829405142
        },
        {
            "start": 829405144,
            "stop": 829405154
        },
        {
            "start": 829405156,
            "stop": 829405180
        },
        {
            "start": 829405182,
            "stop": 829405194
        },
        {
            "start": 829405196,
            "stop": 829405238
        },
        {
            "start": 829405240,
            "stop": 829405253
        },
        {
            "start": 829405256,
            "stop": 829405267
        },
        {
            "start": 829405269,
            "stop": 829405286
        },
        {
            "start": 829405288,
            "stop": 829405310
        },
        {
            "start": 829405312,
            "stop": 829405372
        },
        {
            "start": 829405374,
            "stop": 829405382
        },
        {
            "start": 829405385,
            "stop": 829405434
        },
        {
            "start": 829405436,
            "stop": 829405479
        },
        {
            "start": 829405481,
            "stop": 829405488
        },
        {
            "start": 829405490,
            "stop": 829405493
        }
    ]
}