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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 133,
    "results": [
        {
            "start": 1372699881,
            "stop": 1372700588
        },
        {
            "start": 1372700590,
            "stop": 1372704149
        },
        {
            "start": 1372704151,
            "stop": 1372708308
        },
        {
            "start": 1372708309,
            "stop": 1372710070
        },
        {
            "start": 1372710075,
            "stop": 1372711449
        },
        {
            "start": 1372711453,
            "stop": 1372711667
        },
        {
            "start": 1372711669,
            "stop": 1372713508
        },
        {
            "start": 1372713510,
            "stop": 1372713731
        },
        {
            "start": 1372713732,
            "stop": 1372714418
        },
        {
            "start": 1372714420,
            "stop": 1372714641
        },
        {
            "start": 1372714642,
            "stop": 1372716471
        },
        {
            "start": 1372716473,
            "stop": 1372716673
        },
        {
            "start": 1372716675,
            "stop": 1372717331
        },
        {
            "start": 1372717333,
            "stop": 1372717554
        },
        {
            "start": 1372717555,
            "stop": 1372719193
        },
        {
            "start": 1372719195,
            "stop": 1372720185
        },
        {
            "start": 1372720187,
            "stop": 1372721721
        },
        {
            "start": 1372721723,
            "stop": 1372725182
        },
        {
            "start": 1372725183,
            "stop": 1372732769
        },
        {
            "start": 1372732771,
            "stop": 1372736863
        }
    ]
}