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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=31",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 32,
    "results": [
        {
            "start": 1405580512,
            "stop": 1405580616
        },
        {
            "start": 1405581136,
            "stop": 1405581288
        },
        {
            "start": 1405589425,
            "stop": 1405589673
        },
        {
            "start": 1405589921,
            "stop": 1405590137
        },
        {
            "start": 1405590257,
            "stop": 1405590377
        },
        {
            "start": 1405591169,
            "stop": 1405591577
        },
        {
            "start": 1405591873,
            "stop": 1405592281
        },
        {
            "start": 1405592593,
            "stop": 1405592985
        },
        {
            "start": 1405593105,
            "stop": 1405593145
        },
        {
            "start": 1405594417,
            "stop": 1405594857
        },
        {
            "start": 1405594977,
            "stop": 1405595353
        },
        {
            "start": 1405595473,
            "stop": 1405595625
        },
        {
            "start": 1405596033,
            "stop": 1405596297
        },
        {
            "start": 1405596545,
            "stop": 1405597065
        },
        {
            "start": 1405597249,
            "stop": 1405597289
        },
        {
            "start": 1405597873,
            "stop": 1405597913
        },
        {
            "start": 1405598065,
            "stop": 1405598105
        },
        {
            "start": 1405598353,
            "stop": 1405598409
        },
        {
            "start": 1405598833,
            "stop": 1405603481
        },
        {
            "start": 1405603994,
            "stop": 1405604542
        }
    ]
}