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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=485",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 486,
    "results": [
        {
            "start": 821884737,
            "stop": 821884738
        },
        {
            "start": 821884762,
            "stop": 821909441
        },
        {
            "start": 821909841,
            "stop": 821915030
        },
        {
            "start": 821915438,
            "stop": 821969148
        },
        {
            "start": 821969612,
            "stop": 821990310
        },
        {
            "start": 821991457,
            "stop": 822003237
        },
        {
            "start": 822003698,
            "stop": 822011730
        },
        {
            "start": 822012652,
            "stop": 822031799
        },
        {
            "start": 822032746,
            "stop": 822034915
        },
        {
            "start": 822035372,
            "stop": 822077556
        },
        {
            "start": 822078666,
            "stop": 822080834
        },
        {
            "start": 822081697,
            "stop": 822084846
        },
        {
            "start": 822085973,
            "stop": 822088163
        },
        {
            "start": 822089061,
            "stop": 822089549
        },
        {
            "start": 822090072,
            "stop": 822090223
        },
        {
            "start": 822091558,
            "stop": 822092275
        },
        {
            "start": 822092992,
            "stop": 822094179
        },
        {
            "start": 822095391,
            "stop": 822142077
        },
        {
            "start": 822142078,
            "stop": 822153539
        },
        {
            "start": 822176021,
            "stop": 822176707
        }
    ]
}