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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 367,
    "results": [
        {
            "start": 1177659259,
            "stop": 1177659279
        },
        {
            "start": 1177659282,
            "stop": 1177659312
        },
        {
            "start": 1177659315,
            "stop": 1177659323
        },
        {
            "start": 1177659326,
            "stop": 1177666333
        },
        {
            "start": 1177666337,
            "stop": 1177672779
        },
        {
            "start": 1177707013,
            "stop": 1177707103
        },
        {
            "start": 1177707141,
            "stop": 1177712279
        },
        {
            "start": 1177714946,
            "stop": 1177756324
        },
        {
            "start": 1177756328,
            "stop": 1177768901
        },
        {
            "start": 1177792304,
            "stop": 1177792997
        },
        {
            "start": 1177796015,
            "stop": 1177803870
        },
        {
            "start": 1177811844,
            "stop": 1177821009
        },
        {
            "start": 1177824248,
            "stop": 1177825125
        },
        {
            "start": 1177839274,
            "stop": 1177844254
        },
        {
            "start": 1177844258,
            "stop": 1177846472
        },
        {
            "start": 1177846476,
            "stop": 1177848090
        },
        {
            "start": 1177848094,
            "stop": 1177854330
        },
        {
            "start": 1177854334,
            "stop": 1177857485
        },
        {
            "start": 1177857492,
            "stop": 1177857496
        },
        {
            "start": 1177857497,
            "stop": 1177857498
        }
    ]
}