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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=252",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 253,
    "results": [
        {
            "start": 931467604,
            "stop": 931467606
        },
        {
            "start": 931467615,
            "stop": 931467618
        },
        {
            "start": 931467620,
            "stop": 931467641
        },
        {
            "start": 931467643,
            "stop": 931467650
        },
        {
            "start": 931467652,
            "stop": 931467653
        },
        {
            "start": 931467655,
            "stop": 931467657
        },
        {
            "start": 931467660,
            "stop": 931467673
        },
        {
            "start": 931467675,
            "stop": 931467685
        },
        {
            "start": 931467687,
            "stop": 931467691
        },
        {
            "start": 931467693,
            "stop": 931467696
        },
        {
            "start": 931467703,
            "stop": 931467716
        },
        {
            "start": 931467718,
            "stop": 931467727
        },
        {
            "start": 931467730,
            "stop": 931467732
        },
        {
            "start": 931467734,
            "stop": 931467741
        },
        {
            "start": 931467743,
            "stop": 931467755
        },
        {
            "start": 931467763,
            "stop": 931467766
        },
        {
            "start": 931467769,
            "stop": 931467782
        },
        {
            "start": 931467784,
            "stop": 931467790
        },
        {
            "start": 931467799,
            "stop": 931467809
        },
        {
            "start": 931467813,
            "stop": 931467834
        }
    ]
}