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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7044",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7045,
    "results": [
        {
            "start": 873899457,
            "stop": 873899525
        },
        {
            "start": 873899526,
            "stop": 873899632
        },
        {
            "start": 873899633,
            "stop": 873899870
        },
        {
            "start": 873899872,
            "stop": 873900108
        },
        {
            "start": 873900109,
            "stop": 873901156
        },
        {
            "start": 873901158,
            "stop": 873901518
        },
        {
            "start": 873901520,
            "stop": 873901530
        },
        {
            "start": 873901531,
            "stop": 873901896
        },
        {
            "start": 873901897,
            "stop": 873902814
        },
        {
            "start": 873902815,
            "stop": 873903197
        },
        {
            "start": 873903199,
            "stop": 873903452
        },
        {
            "start": 873903453,
            "stop": 873903477
        },
        {
            "start": 873903478,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873904278
        },
        {
            "start": 873904280,
            "stop": 873904430
        },
        {
            "start": 873904432,
            "stop": 873904513
        },
        {
            "start": 873904514,
            "stop": 873904569
        },
        {
            "start": 873904570,
            "stop": 873904573
        },
        {
            "start": 873904575,
            "stop": 873904580
        },
        {
            "start": 873904581,
            "stop": 873904587
        }
    ]
}