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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4565",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4563",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4564,
    "results": [
        {
            "start": 968842865,
            "stop": 968842868
        },
        {
            "start": 968842871,
            "stop": 968843492
        },
        {
            "start": 968843495,
            "stop": 968843678
        },
        {
            "start": 968843681,
            "stop": 968843838
        },
        {
            "start": 968843841,
            "stop": 968843973
        },
        {
            "start": 968843990,
            "stop": 968844205
        },
        {
            "start": 968844208,
            "stop": 968844311
        },
        {
            "start": 968844314,
            "stop": 968845374
        },
        {
            "start": 968845378,
            "stop": 968845468
        },
        {
            "start": 968845471,
            "stop": 968845573
        },
        {
            "start": 968845576,
            "stop": 968845923
        },
        {
            "start": 968845926,
            "stop": 968845972
        },
        {
            "start": 968845975,
            "stop": 968846122
        },
        {
            "start": 968846125,
            "stop": 968846546
        },
        {
            "start": 968846549,
            "stop": 968846644
        },
        {
            "start": 968846647,
            "stop": 968846670
        },
        {
            "start": 968846673,
            "stop": 968846783
        },
        {
            "start": 968846786,
            "stop": 968846920
        },
        {
            "start": 968846923,
            "stop": 968847024
        },
        {
            "start": 968847027,
            "stop": 968847126
        }
    ]
}