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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7122",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7123,
    "results": [
        {
            "start": 874276865,
            "stop": 874276867
        },
        {
            "start": 874276869,
            "stop": 874276875
        },
        {
            "start": 874276876,
            "stop": 874276882
        },
        {
            "start": 874276883,
            "stop": 874276885
        },
        {
            "start": 874276886,
            "stop": 874276889
        },
        {
            "start": 874276890,
            "stop": 874276892
        },
        {
            "start": 874276893,
            "stop": 874276895
        },
        {
            "start": 874276897,
            "stop": 874276899
        },
        {
            "start": 874276900,
            "stop": 874276902
        },
        {
            "start": 874276904,
            "stop": 874276905
        },
        {
            "start": 874276907,
            "stop": 874276935
        },
        {
            "start": 874276936,
            "stop": 874276957
        },
        {
            "start": 874276958,
            "stop": 874277002
        },
        {
            "start": 874277003,
            "stop": 874277078
        },
        {
            "start": 874277079,
            "stop": 874277173
        },
        {
            "start": 874277174,
            "stop": 874277804
        },
        {
            "start": 874277805,
            "stop": 874277868
        },
        {
            "start": 874277869,
            "stop": 874278130
        },
        {
            "start": 874278131,
            "stop": 874278251
        },
        {
            "start": 874278252,
            "stop": 874278409
        }
    ]
}