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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=464",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 465,
    "results": [
        {
            "start": 951895268,
            "stop": 951900504
        },
        {
            "start": 951902627,
            "stop": 951912683
        },
        {
            "start": 951917697,
            "stop": 951918130
        },
        {
            "start": 951920193,
            "stop": 951922987
        },
        {
            "start": 951925983,
            "stop": 951929483
        },
        {
            "start": 951932994,
            "stop": 951939162
        },
        {
            "start": 951940772,
            "stop": 951947007
        },
        {
            "start": 951950570,
            "stop": 951951966
        },
        {
            "start": 951957137,
            "stop": 951967066
        },
        {
            "start": 951968534,
            "stop": 951971628
        },
        {
            "start": 951971629,
            "stop": 951971630
        },
        {
            "start": 951971631,
            "stop": 951973175
        },
        {
            "start": 951973176,
            "stop": 951973177
        },
        {
            "start": 951973178,
            "stop": 951981344
        },
        {
            "start": 951986324,
            "stop": 951995649
        },
        {
            "start": 951998816,
            "stop": 952000431
        },
        {
            "start": 952002316,
            "stop": 952008106
        },
        {
            "start": 952041015,
            "stop": 952050761
        },
        {
            "start": 952052106,
            "stop": 952053556
        },
        {
            "start": 952056215,
            "stop": 952057798
        }
    ]
}