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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 217,
    "results": [
        {
            "start": 931671697,
            "stop": 931671717
        },
        {
            "start": 931671721,
            "stop": 931671744
        },
        {
            "start": 931671747,
            "stop": 931671751
        },
        {
            "start": 931671757,
            "stop": 931671779
        },
        {
            "start": 931671789,
            "stop": 931671802
        },
        {
            "start": 931671807,
            "stop": 931671808
        },
        {
            "start": 931671813,
            "stop": 931671818
        },
        {
            "start": 931671822,
            "stop": 931671823
        },
        {
            "start": 931671825,
            "stop": 931671826
        },
        {
            "start": 931671829,
            "stop": 931671838
        },
        {
            "start": 931671842,
            "stop": 931671846
        },
        {
            "start": 931671848,
            "stop": 931671856
        },
        {
            "start": 931671860,
            "stop": 931671861
        },
        {
            "start": 931671864,
            "stop": 931671877
        },
        {
            "start": 931671883,
            "stop": 931671888
        },
        {
            "start": 931671891,
            "stop": 931671893
        },
        {
            "start": 931671896,
            "stop": 931671904
        },
        {
            "start": 931671907,
            "stop": 931671908
        },
        {
            "start": 931671911,
            "stop": 931671928
        },
        {
            "start": 931671932,
            "stop": 931671944
        }
    ]
}