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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 128,
    "results": [
        {
            "start": 1372539105,
            "stop": 1372540874
        },
        {
            "start": 1372540876,
            "stop": 1372541086
        },
        {
            "start": 1372541088,
            "stop": 1372541816
        },
        {
            "start": 1372541818,
            "stop": 1372542040
        },
        {
            "start": 1372542041,
            "stop": 1372544042
        },
        {
            "start": 1372544044,
            "stop": 1372544253
        },
        {
            "start": 1372544255,
            "stop": 1372544954
        },
        {
            "start": 1372544959,
            "stop": 1372545083
        },
        {
            "start": 1372545085,
            "stop": 1372545296
        },
        {
            "start": 1372545298,
            "stop": 1372546081
        },
        {
            "start": 1372549784,
            "stop": 1372551498
        },
        {
            "start": 1372551499,
            "stop": 1372553121
        },
        {
            "start": 1372553124,
            "stop": 1372554320
        },
        {
            "start": 1372554322,
            "stop": 1372554532
        },
        {
            "start": 1372554533,
            "stop": 1372559230
        },
        {
            "start": 1372559233,
            "stop": 1372559762
        },
        {
            "start": 1372559766,
            "stop": 1372561275
        },
        {
            "start": 1372561276,
            "stop": 1372564269
        },
        {
            "start": 1372564271,
            "stop": 1372565980
        },
        {
            "start": 1372565983,
            "stop": 1372568127
        }
    ]
}