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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=124",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 125,
    "results": [
        {
            "start": 931589977,
            "stop": 931589979
        },
        {
            "start": 931589982,
            "stop": 931589996
        },
        {
            "start": 931590001,
            "stop": 931590002
        },
        {
            "start": 931590005,
            "stop": 931590013
        },
        {
            "start": 931590018,
            "stop": 931590024
        },
        {
            "start": 931590029,
            "stop": 931590033
        },
        {
            "start": 931590036,
            "stop": 931590041
        },
        {
            "start": 931590044,
            "stop": 931590047
        },
        {
            "start": 931590050,
            "stop": 931590051
        },
        {
            "start": 931590053,
            "stop": 931590054
        },
        {
            "start": 931590057,
            "stop": 931590067
        },
        {
            "start": 931590073,
            "stop": 931590081
        },
        {
            "start": 931590085,
            "stop": 931590091
        },
        {
            "start": 931590094,
            "stop": 931590099
        },
        {
            "start": 931590108,
            "stop": 931590109
        },
        {
            "start": 931590114,
            "stop": 931590117
        },
        {
            "start": 931590126,
            "stop": 931590129
        },
        {
            "start": 931590134,
            "stop": 931590138
        },
        {
            "start": 931590142,
            "stop": 931590146
        },
        {
            "start": 931590149,
            "stop": 931590158
        }
    ]
}