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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 217,
    "results": [
        {
            "start": 1126869988,
            "stop": 1126870018
        },
        {
            "start": 1126870019,
            "stop": 1126870339
        },
        {
            "start": 1126870340,
            "stop": 1126870491
        },
        {
            "start": 1126870494,
            "stop": 1126870495
        },
        {
            "start": 1126870496,
            "stop": 1126870689
        },
        {
            "start": 1126870690,
            "stop": 1126871039
        },
        {
            "start": 1126871040,
            "stop": 1126871117
        },
        {
            "start": 1126871119,
            "stop": 1126871138
        },
        {
            "start": 1126871140,
            "stop": 1126871153
        },
        {
            "start": 1126871155,
            "stop": 1126871159
        },
        {
            "start": 1126871160,
            "stop": 1126871166
        },
        {
            "start": 1126871167,
            "stop": 1126871168
        },
        {
            "start": 1126871169,
            "stop": 1126871189
        },
        {
            "start": 1126871193,
            "stop": 1126871200
        },
        {
            "start": 1126871202,
            "stop": 1126871203
        },
        {
            "start": 1126871205,
            "stop": 1126871207
        },
        {
            "start": 1126871209,
            "stop": 1126871217
        },
        {
            "start": 1126871219,
            "stop": 1126871225
        },
        {
            "start": 1126871227,
            "stop": 1126871244
        },
        {
            "start": 1126871250,
            "stop": 1126871251
        }
    ]
}