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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4701",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4699",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4700,
    "results": [
        {
            "start": 969958165,
            "stop": 969958365
        },
        {
            "start": 969958368,
            "stop": 969958382
        },
        {
            "start": 969958385,
            "stop": 969958473
        },
        {
            "start": 969959187,
            "stop": 969959270
        },
        {
            "start": 969960008,
            "stop": 969960043
        },
        {
            "start": 969960046,
            "stop": 969960080
        },
        {
            "start": 969960083,
            "stop": 969960473
        },
        {
            "start": 969962334,
            "stop": 969962386
        },
        {
            "start": 969963994,
            "stop": 969964136
        },
        {
            "start": 969964139,
            "stop": 969964205
        },
        {
            "start": 969964208,
            "stop": 969964310
        },
        {
            "start": 969965152,
            "stop": 969965276
        },
        {
            "start": 969965279,
            "stop": 969965346
        },
        {
            "start": 969965349,
            "stop": 969965357
        },
        {
            "start": 969965360,
            "stop": 969965387
        },
        {
            "start": 969965390,
            "stop": 969965421
        },
        {
            "start": 969965424,
            "stop": 969965515
        },
        {
            "start": 969965518,
            "stop": 969965568
        },
        {
            "start": 969965571,
            "stop": 969965676
        },
        {
            "start": 969965679,
            "stop": 969965960
        }
    ]
}