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=4645
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=4646",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4644",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4645,
    "results": [
        {
            "start": 969547135,
            "stop": 969547611
        },
        {
            "start": 969547614,
            "stop": 969547718
        },
        {
            "start": 969547778,
            "stop": 969547969
        },
        {
            "start": 969547972,
            "stop": 969548326
        },
        {
            "start": 969548329,
            "stop": 969548618
        },
        {
            "start": 969548678,
            "stop": 969548764
        },
        {
            "start": 969548767,
            "stop": 969548801
        },
        {
            "start": 969548804,
            "stop": 969549462
        },
        {
            "start": 969549465,
            "stop": 969549716
        },
        {
            "start": 969549719,
            "stop": 969549758
        },
        {
            "start": 969550178,
            "stop": 969550298
        },
        {
            "start": 969550418,
            "stop": 969550481
        },
        {
            "start": 969550484,
            "stop": 969550538
        },
        {
            "start": 969550718,
            "stop": 969550838
        },
        {
            "start": 969551138,
            "stop": 969551498
        },
        {
            "start": 969551978,
            "stop": 969552489
        },
        {
            "start": 969552493,
            "stop": 969552605
        },
        {
            "start": 969552608,
            "stop": 969552714
        },
        {
            "start": 969552717,
            "stop": 969552758
        },
        {
            "start": 969552818,
            "stop": 969553024
        }
    ]
}