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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6583",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6584,
    "results": [
        {
            "start": 874604647,
            "stop": 874605380
        },
        {
            "start": 874605381,
            "stop": 874605969
        },
        {
            "start": 874605971,
            "stop": 874606084
        },
        {
            "start": 874606086,
            "stop": 874606189
        },
        {
            "start": 874606190,
            "stop": 874606736
        },
        {
            "start": 874606738,
            "stop": 874606834
        },
        {
            "start": 874606835,
            "stop": 874607344
        },
        {
            "start": 874607345,
            "stop": 874607966
        },
        {
            "start": 874607967,
            "stop": 874608020
        },
        {
            "start": 874608021,
            "stop": 874608184
        },
        {
            "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": 874610463
        },
        {
            "start": 874610466,
            "stop": 874610552
        }
    ]
}