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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=185",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 186,
    "results": [
        {
            "start": 837193322,
            "stop": 837193494
        },
        {
            "start": 837195230,
            "stop": 837202153
        },
        {
            "start": 837203448,
            "stop": 837204673
        },
        {
            "start": 837206770,
            "stop": 837208335
        },
        {
            "start": 837208340,
            "stop": 837208465
        },
        {
            "start": 837208469,
            "stop": 837209163
        },
        {
            "start": 837209172,
            "stop": 837210434
        },
        {
            "start": 837210438,
            "stop": 837211318
        },
        {
            "start": 837211327,
            "stop": 837219433
        },
        {
            "start": 837219436,
            "stop": 837219437
        },
        {
            "start": 837219597,
            "stop": 837221763
        },
        {
            "start": 837221772,
            "stop": 837222059
        },
        {
            "start": 837222068,
            "stop": 837222078
        },
        {
            "start": 837222082,
            "stop": 837222253
        },
        {
            "start": 837223387,
            "stop": 837223393
        },
        {
            "start": 837226406,
            "stop": 837226441
        },
        {
            "start": 837226450,
            "stop": 837226542
        },
        {
            "start": 837226550,
            "stop": 837226628
        },
        {
            "start": 837226631,
            "stop": 837226651
        },
        {
            "start": 837226655,
            "stop": 837226684
        }
    ]
}