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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=497",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 498,
    "results": [
        {
            "start": 1264423338,
            "stop": 1264423357
        },
        {
            "start": 1264423359,
            "stop": 1264423424
        },
        {
            "start": 1264423427,
            "stop": 1264423521
        },
        {
            "start": 1264423525,
            "stop": 1264423910
        },
        {
            "start": 1264423912,
            "stop": 1264423923
        },
        {
            "start": 1264423925,
            "stop": 1264423983
        },
        {
            "start": 1264423985,
            "stop": 1264424740
        },
        {
            "start": 1264424743,
            "stop": 1264424789
        },
        {
            "start": 1264424790,
            "stop": 1264425578
        },
        {
            "start": 1264425579,
            "stop": 1264428425
        },
        {
            "start": 1264428426,
            "stop": 1264429178
        },
        {
            "start": 1264429181,
            "stop": 1264430753
        },
        {
            "start": 1264430757,
            "stop": 1264431132
        },
        {
            "start": 1264431136,
            "stop": 1264431382
        },
        {
            "start": 1264431384,
            "stop": 1264432986
        },
        {
            "start": 1264432988,
            "stop": 1264433189
        },
        {
            "start": 1264433194,
            "stop": 1264433847
        },
        {
            "start": 1264433848,
            "stop": 1264437642
        },
        {
            "start": 1264437647,
            "stop": 1264439935
        },
        {
            "start": 1264439936,
            "stop": 1264440001
        }
    ]
}