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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16767",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16768,
    "results": [
        {
            "start": 875106563,
            "stop": 875106597
        },
        {
            "start": 875106605,
            "stop": 875106628
        },
        {
            "start": 875106631,
            "stop": 875106640
        },
        {
            "start": 875106641,
            "stop": 875106659
        },
        {
            "start": 875106660,
            "stop": 875106675
        },
        {
            "start": 875106676,
            "stop": 875106679
        },
        {
            "start": 875106682,
            "stop": 875106683
        },
        {
            "start": 875106686,
            "stop": 875106732
        },
        {
            "start": 875106735,
            "stop": 875106791
        },
        {
            "start": 875106794,
            "stop": 875106808
        },
        {
            "start": 875106809,
            "stop": 875106819
        },
        {
            "start": 875106820,
            "stop": 875106844
        },
        {
            "start": 875106845,
            "stop": 875106851
        },
        {
            "start": 875106857,
            "stop": 875106885
        },
        {
            "start": 875106891,
            "stop": 875106917
        },
        {
            "start": 875106920,
            "stop": 875106966
        },
        {
            "start": 875106967,
            "stop": 875107008
        },
        {
            "start": 875107009,
            "stop": 875107065
        },
        {
            "start": 875107068,
            "stop": 875107096
        },
        {
            "start": 875107097,
            "stop": 875107182
        }
    ]
}