Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8851
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8850",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8851,
    "results": [
        {
            "start": 874593541,
            "stop": 874594440
        },
        {
            "start": 874594500,
            "stop": 874594517
        },
        {
            "start": 874594740,
            "stop": 874595460
        },
        {
            "start": 874595640,
            "stop": 874596480
        },
        {
            "start": 874596540,
            "stop": 874596577
        },
        {
            "start": 874596720,
            "stop": 874596780
        },
        {
            "start": 874596960,
            "stop": 874597020
        },
        {
            "start": 874597140,
            "stop": 874597170
        },
        {
            "start": 874597320,
            "stop": 874597800
        },
        {
            "start": 874597920,
            "stop": 874598100
        },
        {
            "start": 874598160,
            "stop": 874598340
        },
        {
            "start": 874598460,
            "stop": 874599000
        },
        {
            "start": 874599060,
            "stop": 874599208
        },
        {
            "start": 874599215,
            "stop": 874599240
        },
        {
            "start": 874599360,
            "stop": 874599480
        },
        {
            "start": 874599540,
            "stop": 874599660
        },
        {
            "start": 874599720,
            "stop": 874600020
        },
        {
            "start": 874600200,
            "stop": 874600380
        },
        {
            "start": 874600440,
            "stop": 874600560
        },
        {
            "start": 874600620,
            "stop": 874600680
        }
    ]
}