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=46742
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=46743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46741",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46742,
    "results": [
        {
            "start": 875073986,
            "stop": 875073988
        },
        {
            "start": 875073989,
            "stop": 875074007
        },
        {
            "start": 875074008,
            "stop": 875074014
        },
        {
            "start": 875074015,
            "stop": 875074054
        },
        {
            "start": 875074055,
            "stop": 875074103
        },
        {
            "start": 875074105,
            "stop": 875074115
        },
        {
            "start": 875074116,
            "stop": 875074135
        },
        {
            "start": 875074136,
            "stop": 875074147
        },
        {
            "start": 875074148,
            "stop": 875074235
        },
        {
            "start": 875074237,
            "stop": 875074241
        },
        {
            "start": 875074242,
            "stop": 875074245
        },
        {
            "start": 875074247,
            "stop": 875074256
        },
        {
            "start": 875074257,
            "stop": 875074280
        },
        {
            "start": 875074281,
            "stop": 875074295
        },
        {
            "start": 875074296,
            "stop": 875074305
        },
        {
            "start": 875074306,
            "stop": 875074315
        },
        {
            "start": 875074316,
            "stop": 875074368
        },
        {
            "start": 875074370,
            "stop": 875074404
        },
        {
            "start": 875074405,
            "stop": 875074427
        },
        {
            "start": 875074428,
            "stop": 875074433
        }
    ]
}