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=7198
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=7199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7197",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7198,
    "results": [
        {
            "start": 874608185,
            "stop": 874608267
        },
        {
            "start": 874608268,
            "stop": 874608383
        },
        {
            "start": 874608384,
            "stop": 874608467
        },
        {
            "start": 874608469,
            "stop": 874608942
        },
        {
            "start": 874608943,
            "stop": 874609486
        },
        {
            "start": 874609487,
            "stop": 874609698
        },
        {
            "start": 874609699,
            "stop": 874609700
        },
        {
            "start": 874609701,
            "stop": 874609861
        },
        {
            "start": 874609862,
            "stop": 874610552
        },
        {
            "start": 874610553,
            "stop": 874611165
        },
        {
            "start": 874611167,
            "stop": 874611227
        },
        {
            "start": 874611228,
            "stop": 874611607
        },
        {
            "start": 874611608,
            "stop": 874612222
        },
        {
            "start": 874612223,
            "stop": 874612707
        },
        {
            "start": 874612708,
            "stop": 874612897
        },
        {
            "start": 874612898,
            "stop": 874613581
        },
        {
            "start": 874613582,
            "stop": 874613822
        },
        {
            "start": 874613823,
            "stop": 874614227
        },
        {
            "start": 874614229,
            "stop": 874614635
        },
        {
            "start": 874614636,
            "stop": 874614727
        }
    ]
}