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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5104",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5105,
    "results": [
        {
            "start": 1136978826,
            "stop": 1136978827
        },
        {
            "start": 1136978829,
            "stop": 1136978853
        },
        {
            "start": 1136978855,
            "stop": 1136978875
        },
        {
            "start": 1136978877,
            "stop": 1136978886
        },
        {
            "start": 1136978890,
            "stop": 1136978895
        },
        {
            "start": 1136978897,
            "stop": 1136978926
        },
        {
            "start": 1136978928,
            "stop": 1136978948
        },
        {
            "start": 1136978950,
            "stop": 1136978955
        },
        {
            "start": 1136978957,
            "stop": 1136978965
        },
        {
            "start": 1136978967,
            "stop": 1136978979
        },
        {
            "start": 1136978981,
            "stop": 1136978990
        },
        {
            "start": 1136978992,
            "stop": 1136978994
        },
        {
            "start": 1136978995,
            "stop": 1136979001
        },
        {
            "start": 1136979003,
            "stop": 1136979014
        },
        {
            "start": 1136979016,
            "stop": 1136979017
        },
        {
            "start": 1136979019,
            "stop": 1136979040
        },
        {
            "start": 1136979044,
            "stop": 1136979191
        },
        {
            "start": 1136979192,
            "stop": 1136979194
        },
        {
            "start": 1136979196,
            "stop": 1136979218
        },
        {
            "start": 1136979222,
            "stop": 1136979265
        }
    ]
}