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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3115",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3116,
    "results": [
        {
            "start": 867559521,
            "stop": 867582944
        },
        {
            "start": 867583125,
            "stop": 867583244
        },
        {
            "start": 867583425,
            "stop": 867588824
        },
        {
            "start": 867589005,
            "stop": 867592380
        },
        {
            "start": 867592440,
            "stop": 867598816
        },
        {
            "start": 867598820,
            "stop": 867600813
        },
        {
            "start": 867600817,
            "stop": 867606223
        },
        {
            "start": 867606226,
            "stop": 867615101
        },
        {
            "start": 867615105,
            "stop": 867615233
        },
        {
            "start": 867615237,
            "stop": 867615725
        },
        {
            "start": 867615730,
            "stop": 867619682
        },
        {
            "start": 867620152,
            "stop": 867623922
        },
        {
            "start": 867623928,
            "stop": 867626520
        },
        {
            "start": 867626580,
            "stop": 867627046
        },
        {
            "start": 867627384,
            "stop": 867628291
        },
        {
            "start": 867628591,
            "stop": 867628741
        },
        {
            "start": 867629830,
            "stop": 867637500
        },
        {
            "start": 867637560,
            "stop": 867637702
        },
        {
            "start": 867637706,
            "stop": 867654824
        },
        {
            "start": 867655005,
            "stop": 867657764
        }
    ]
}