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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7071",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7072,
    "results": [
        {
            "start": 874299338,
            "stop": 874299380
        },
        {
            "start": 874299383,
            "stop": 874299909
        },
        {
            "start": 874299912,
            "stop": 874301112
        },
        {
            "start": 874301115,
            "stop": 874302777
        },
        {
            "start": 874302780,
            "stop": 874302875
        },
        {
            "start": 874302878,
            "stop": 874303079
        },
        {
            "start": 874303082,
            "stop": 874303159
        },
        {
            "start": 874303399,
            "stop": 874303786
        },
        {
            "start": 874303789,
            "stop": 874303925
        },
        {
            "start": 874304299,
            "stop": 874304501
        },
        {
            "start": 874304504,
            "stop": 874304556
        },
        {
            "start": 874304559,
            "stop": 874304593
        },
        {
            "start": 874304596,
            "stop": 874304623
        },
        {
            "start": 874304626,
            "stop": 874304720
        },
        {
            "start": 874304723,
            "stop": 874304754
        },
        {
            "start": 874304757,
            "stop": 874304933
        },
        {
            "start": 874305135,
            "stop": 874305435
        },
        {
            "start": 874305438,
            "stop": 874305970
        },
        {
            "start": 874305973,
            "stop": 874306211
        },
        {
            "start": 874306215,
            "stop": 874306261
        }
    ]
}