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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 164,
    "results": [
        {
            "start": 1373638826,
            "stop": 1373640994
        },
        {
            "start": 1373640995,
            "stop": 1373641707
        },
        {
            "start": 1373641709,
            "stop": 1373643020
        },
        {
            "start": 1373643022,
            "stop": 1373643607
        },
        {
            "start": 1373643609,
            "stop": 1373644815
        },
        {
            "start": 1373644817,
            "stop": 1373645413
        },
        {
            "start": 1373645414,
            "stop": 1373645472
        },
        {
            "start": 1373649062,
            "stop": 1373649147
        },
        {
            "start": 1373649149,
            "stop": 1373649683
        },
        {
            "start": 1373649684,
            "stop": 1373650937
        },
        {
            "start": 1373650939,
            "stop": 1373651453
        },
        {
            "start": 1373651455,
            "stop": 1373654250
        },
        {
            "start": 1373654252,
            "stop": 1373656654
        },
        {
            "start": 1373656655,
            "stop": 1373658835
        },
        {
            "start": 1373658837,
            "stop": 1373660779
        },
        {
            "start": 1373660781,
            "stop": 1373660973
        },
        {
            "start": 1373660975,
            "stop": 1373662952
        },
        {
            "start": 1373662954,
            "stop": 1373663843
        },
        {
            "start": 1373663845,
            "stop": 1373664412
        },
        {
            "start": 1373664414,
            "stop": 1373664814
        }
    ]
}