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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=153",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 154,
    "results": [
        {
            "start": 819954251,
            "stop": 819954401
        },
        {
            "start": 819954404,
            "stop": 819956181
        },
        {
            "start": 819956184,
            "stop": 819956286
        },
        {
            "start": 819956289,
            "stop": 819956313
        },
        {
            "start": 819956317,
            "stop": 819957118
        },
        {
            "start": 819957121,
            "stop": 819957176
        },
        {
            "start": 819957179,
            "stop": 819957624
        },
        {
            "start": 819957627,
            "stop": 819957930
        },
        {
            "start": 819957933,
            "stop": 819958563
        },
        {
            "start": 819958567,
            "stop": 819958604
        },
        {
            "start": 819958607,
            "stop": 819958668
        },
        {
            "start": 819958671,
            "stop": 819958894
        },
        {
            "start": 819958898,
            "stop": 819958901
        },
        {
            "start": 819958904,
            "stop": 819959034
        },
        {
            "start": 819959037,
            "stop": 819959234
        },
        {
            "start": 819959237,
            "stop": 819959252
        },
        {
            "start": 819959255,
            "stop": 819959328
        },
        {
            "start": 819959332,
            "stop": 819959335
        },
        {
            "start": 819959339,
            "stop": 819959982
        },
        {
            "start": 819959985,
            "stop": 819960030
        }
    ]
}