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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=186",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 187,
    "results": [
        {
            "start": 1384828687,
            "stop": 1384830838
        },
        {
            "start": 1384830843,
            "stop": 1384832968
        },
        {
            "start": 1384832973,
            "stop": 1384837109
        },
        {
            "start": 1384837252,
            "stop": 1384851302
        },
        {
            "start": 1384851307,
            "stop": 1384852661
        },
        {
            "start": 1384870405,
            "stop": 1384883974
        },
        {
            "start": 1384883977,
            "stop": 1384888895
        },
        {
            "start": 1384888900,
            "stop": 1384890131
        },
        {
            "start": 1384890136,
            "stop": 1384912808
        },
        {
            "start": 1384912813,
            "stop": 1384928277
        },
        {
            "start": 1384928282,
            "stop": 1384930468
        },
        {
            "start": 1384930472,
            "stop": 1384931837
        },
        {
            "start": 1384931841,
            "stop": 1384931944
        },
        {
            "start": 1384931949,
            "stop": 1384934566
        },
        {
            "start": 1384934571,
            "stop": 1384937482
        },
        {
            "start": 1384937487,
            "stop": 1384941588
        },
        {
            "start": 1384941593,
            "stop": 1384947251
        },
        {
            "start": 1384947256,
            "stop": 1384950768
        },
        {
            "start": 1384950773,
            "stop": 1384963252
        },
        {
            "start": 1384963257,
            "stop": 1384964332
        }
    ]
}