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=15785
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=15786",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15784",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15785,
    "results": [
        {
            "start": 971171699,
            "stop": 971171700
        },
        {
            "start": 971171703,
            "stop": 971171704
        },
        {
            "start": 971171706,
            "stop": 971171708
        },
        {
            "start": 971171710,
            "stop": 971171711
        },
        {
            "start": 971171714,
            "stop": 971171717
        },
        {
            "start": 971171719,
            "stop": 971171722
        },
        {
            "start": 971171724,
            "stop": 971171725
        },
        {
            "start": 971171726,
            "stop": 971171731
        },
        {
            "start": 971171732,
            "stop": 971171735
        },
        {
            "start": 971171742,
            "stop": 971171743
        },
        {
            "start": 971171744,
            "stop": 971171745
        },
        {
            "start": 971171746,
            "stop": 971171747
        },
        {
            "start": 971171754,
            "stop": 971171757
        },
        {
            "start": 971171760,
            "stop": 971171762
        },
        {
            "start": 971171764,
            "stop": 971171765
        },
        {
            "start": 971171766,
            "stop": 971171767
        },
        {
            "start": 971171771,
            "stop": 971171775
        },
        {
            "start": 971171776,
            "stop": 971171783
        },
        {
            "start": 971171786,
            "stop": 971171789
        },
        {
            "start": 971171792,
            "stop": 971171793
        }
    ]
}