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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2326",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2327,
    "results": [
        {
            "start": 874345936,
            "stop": 874345952
        },
        {
            "start": 874345972,
            "stop": 874346003
        },
        {
            "start": 874346020,
            "stop": 874346050
        },
        {
            "start": 874346067,
            "stop": 874346088
        },
        {
            "start": 874346108,
            "stop": 874346214
        },
        {
            "start": 874346231,
            "stop": 874346237
        },
        {
            "start": 874346303,
            "stop": 874346466
        },
        {
            "start": 874346487,
            "stop": 874346872
        },
        {
            "start": 874346890,
            "stop": 874346894
        },
        {
            "start": 874348490,
            "stop": 874348491
        },
        {
            "start": 874348510,
            "stop": 874348520
        },
        {
            "start": 874348547,
            "stop": 874348554
        },
        {
            "start": 874348575,
            "stop": 874348576
        },
        {
            "start": 874348598,
            "stop": 874348600
        },
        {
            "start": 874348624,
            "stop": 874348639
        },
        {
            "start": 874348664,
            "stop": 874348673
        },
        {
            "start": 874348697,
            "stop": 874348699
        },
        {
            "start": 874348739,
            "stop": 874348740
        },
        {
            "start": 874350485,
            "stop": 874350486
        },
        {
            "start": 874350510,
            "stop": 874350539
        }
    ]
}