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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=300",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 301,
    "results": [
        {
            "start": 1377850977,
            "stop": 1377852116
        },
        {
            "start": 1377852119,
            "stop": 1377852595
        },
        {
            "start": 1377852598,
            "stop": 1377853171
        },
        {
            "start": 1377853173,
            "stop": 1377854792
        },
        {
            "start": 1377854794,
            "stop": 1377856798
        },
        {
            "start": 1377856800,
            "stop": 1377858316
        },
        {
            "start": 1377858321,
            "stop": 1377858668
        },
        {
            "start": 1377858670,
            "stop": 1377860965
        },
        {
            "start": 1377860966,
            "stop": 1377862976
        },
        {
            "start": 1377862978,
            "stop": 1377865481
        },
        {
            "start": 1377865483,
            "stop": 1377867627
        },
        {
            "start": 1377867630,
            "stop": 1377869892
        },
        {
            "start": 1377869894,
            "stop": 1377869994
        },
        {
            "start": 1377869998,
            "stop": 1377871751
        },
        {
            "start": 1377871753,
            "stop": 1377871774
        },
        {
            "start": 1377871775,
            "stop": 1377873828
        },
        {
            "start": 1377873830,
            "stop": 1377877472
        },
        {
            "start": 1377877473,
            "stop": 1377878153
        },
        {
            "start": 1377878155,
            "stop": 1377879662
        },
        {
            "start": 1377879664,
            "stop": 1377880330
        }
    ]
}