Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=108
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=107",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 108,
    "results": [
        {
            "start": 825424550,
            "stop": 825424914
        },
        {
            "start": 825425130,
            "stop": 825425155
        },
        {
            "start": 825425157,
            "stop": 825425308
        },
        {
            "start": 825425310,
            "stop": 825425450
        },
        {
            "start": 825425452,
            "stop": 825425471
        },
        {
            "start": 825425473,
            "stop": 825425794
        },
        {
            "start": 825426510,
            "stop": 825427185
        },
        {
            "start": 825427187,
            "stop": 825427258
        },
        {
            "start": 825427834,
            "stop": 825428351
        },
        {
            "start": 825433583,
            "stop": 825433745
        },
        {
            "start": 825433747,
            "stop": 825433763
        },
        {
            "start": 825434623,
            "stop": 825434882
        },
        {
            "start": 825434885,
            "stop": 825434917
        },
        {
            "start": 825435648,
            "stop": 825435696
        },
        {
            "start": 825435698,
            "stop": 825435715
        },
        {
            "start": 825435717,
            "stop": 825435720
        },
        {
            "start": 825435724,
            "stop": 825435725
        },
        {
            "start": 825435726,
            "stop": 825435734
        },
        {
            "start": 825435847,
            "stop": 825435897
        },
        {
            "start": 825436406,
            "stop": 825436515
        }
    ]
}