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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=248",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 249,
    "results": [
        {
            "start": 931575358,
            "stop": 931575359
        },
        {
            "start": 931575361,
            "stop": 931575362
        },
        {
            "start": 931575363,
            "stop": 931575364
        },
        {
            "start": 931575403,
            "stop": 931575408
        },
        {
            "start": 931575421,
            "stop": 931575424
        },
        {
            "start": 931575426,
            "stop": 931575430
        },
        {
            "start": 931575438,
            "stop": 931575439
        },
        {
            "start": 931575445,
            "stop": 931575446
        },
        {
            "start": 931575449,
            "stop": 931575452
        },
        {
            "start": 931575457,
            "stop": 931575458
        },
        {
            "start": 931576945,
            "stop": 931576950
        },
        {
            "start": 931576951,
            "stop": 931577001
        },
        {
            "start": 931577002,
            "stop": 931577413
        },
        {
            "start": 931577414,
            "stop": 931577450
        },
        {
            "start": 931577451,
            "stop": 931577478
        },
        {
            "start": 931577485,
            "stop": 931577535
        },
        {
            "start": 931577537,
            "stop": 931577543
        },
        {
            "start": 931582611,
            "stop": 931582677
        },
        {
            "start": 931582678,
            "stop": 931582745
        },
        {
            "start": 931582746,
            "stop": 931582815
        }
    ]
}