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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=77",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 78,
    "results": [
        {
            "start": 932076534,
            "stop": 932076547
        },
        {
            "start": 932076550,
            "stop": 932076552
        },
        {
            "start": 932076553,
            "stop": 932076567
        },
        {
            "start": 932076569,
            "stop": 932076594
        },
        {
            "start": 932076595,
            "stop": 932076618
        },
        {
            "start": 932076636,
            "stop": 932076646
        },
        {
            "start": 932076648,
            "stop": 932076654
        },
        {
            "start": 932076655,
            "stop": 932076659
        },
        {
            "start": 932076660,
            "stop": 932076682
        },
        {
            "start": 932076683,
            "stop": 932076713
        },
        {
            "start": 932076714,
            "stop": 932076747
        },
        {
            "start": 932076749,
            "stop": 932076773
        },
        {
            "start": 932076774,
            "stop": 932076801
        },
        {
            "start": 932076803,
            "stop": 932076816
        },
        {
            "start": 932076817,
            "stop": 932076841
        },
        {
            "start": 932076844,
            "stop": 932076856
        },
        {
            "start": 932076857,
            "stop": 932076872
        },
        {
            "start": 932076874,
            "stop": 932076965
        },
        {
            "start": 932076966,
            "stop": 932076981
        },
        {
            "start": 932076984,
            "stop": 932077000
        }
    ]
}