Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=92",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 93,
    "results": [
        {
            "start": 816619079,
            "stop": 816619080
        },
        {
            "start": 816619086,
            "stop": 816619115
        },
        {
            "start": 816619119,
            "stop": 816619123
        },
        {
            "start": 816619133,
            "stop": 816619137
        },
        {
            "start": 816619148,
            "stop": 816619150
        },
        {
            "start": 816619196,
            "stop": 816619197
        },
        {
            "start": 816619200,
            "stop": 816619206
        },
        {
            "start": 816619215,
            "stop": 816619235
        },
        {
            "start": 816619238,
            "stop": 816619260
        },
        {
            "start": 816619263,
            "stop": 816619275
        },
        {
            "start": 816619281,
            "stop": 816619303
        },
        {
            "start": 816619308,
            "stop": 816619330
        },
        {
            "start": 816619338,
            "stop": 816619351
        },
        {
            "start": 816619354,
            "stop": 816619357
        },
        {
            "start": 816619364,
            "stop": 816619366
        },
        {
            "start": 816619377,
            "stop": 816619378
        },
        {
            "start": 816619388,
            "stop": 816619390
        },
        {
            "start": 816619408,
            "stop": 816619409
        },
        {
            "start": 816619420,
            "stop": 816619421
        },
        {
            "start": 816619533,
            "stop": 816619534
        }
    ]
}