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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46640",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46641,
    "results": [
        {
            "start": 875020055,
            "stop": 875020130
        },
        {
            "start": 875020132,
            "stop": 875020138
        },
        {
            "start": 875020139,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020298
        },
        {
            "start": 875020302,
            "stop": 875020317
        },
        {
            "start": 875020320,
            "stop": 875020363
        },
        {
            "start": 875020364,
            "stop": 875020400
        },
        {
            "start": 875020403,
            "stop": 875020441
        },
        {
            "start": 875020442,
            "stop": 875020453
        },
        {
            "start": 875020456,
            "stop": 875020458
        },
        {
            "start": 875020459,
            "stop": 875020462
        },
        {
            "start": 875020464,
            "stop": 875020467
        },
        {
            "start": 875020468,
            "stop": 875020485
        },
        {
            "start": 875020488,
            "stop": 875020489
        },
        {
            "start": 875020491,
            "stop": 875020505
        },
        {
            "start": 875020508,
            "stop": 875020564
        },
        {
            "start": 875020566,
            "stop": 875020570
        },
        {
            "start": 875020571,
            "stop": 875020572
        },
        {
            "start": 875020573,
            "stop": 875020586
        },
        {
            "start": 875020587,
            "stop": 875020588
        }
    ]
}