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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1264",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1265,
    "results": [
        {
            "start": 957773354,
            "stop": 957773411
        },
        {
            "start": 957773413,
            "stop": 957773666
        },
        {
            "start": 957773668,
            "stop": 957773834
        },
        {
            "start": 957773836,
            "stop": 957773878
        },
        {
            "start": 957773880,
            "stop": 957774383
        },
        {
            "start": 957774385,
            "stop": 957774579
        },
        {
            "start": 957774581,
            "stop": 957774590
        },
        {
            "start": 957774592,
            "stop": 957774650
        },
        {
            "start": 957774652,
            "stop": 957774653
        },
        {
            "start": 957778181,
            "stop": 957779616
        },
        {
            "start": 957779618,
            "stop": 957779872
        },
        {
            "start": 957779874,
            "stop": 957780119
        },
        {
            "start": 957780125,
            "stop": 957780576
        },
        {
            "start": 957780578,
            "stop": 957780637
        },
        {
            "start": 957780638,
            "stop": 957780814
        },
        {
            "start": 957780816,
            "stop": 957781478
        },
        {
            "start": 957785098,
            "stop": 957785981
        },
        {
            "start": 957785983,
            "stop": 957787945
        },
        {
            "start": 957793899,
            "stop": 957800182
        },
        {
            "start": 957801148,
            "stop": 957802208
        }
    ]
}