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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16583",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16584,
    "results": [
        {
            "start": 874709142,
            "stop": 874709183
        },
        {
            "start": 874709184,
            "stop": 874709253
        },
        {
            "start": 874709254,
            "stop": 874709279
        },
        {
            "start": 874709280,
            "stop": 874709392
        },
        {
            "start": 874709395,
            "stop": 874709430
        },
        {
            "start": 874709432,
            "stop": 874709476
        },
        {
            "start": 874709477,
            "stop": 874709494
        },
        {
            "start": 874709495,
            "stop": 874709554
        },
        {
            "start": 874709555,
            "stop": 874709569
        },
        {
            "start": 874709571,
            "stop": 874709598
        },
        {
            "start": 874709600,
            "stop": 874709609
        },
        {
            "start": 874709610,
            "stop": 874709963
        },
        {
            "start": 874709966,
            "stop": 874710069
        },
        {
            "start": 874710071,
            "stop": 874710276
        },
        {
            "start": 874710277,
            "stop": 874710305
        },
        {
            "start": 874710306,
            "stop": 874710783
        },
        {
            "start": 874710784,
            "stop": 874710891
        },
        {
            "start": 874710892,
            "stop": 874710967
        },
        {
            "start": 874710968,
            "stop": 874711136
        },
        {
            "start": 874711137,
            "stop": 874711282
        }
    ]
}