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=424
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=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=423",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 424,
    "results": [
        {
            "start": 847801201,
            "stop": 847801221
        },
        {
            "start": 847801222,
            "stop": 847801242
        },
        {
            "start": 847801243,
            "stop": 847801263
        },
        {
            "start": 847801264,
            "stop": 847801284
        },
        {
            "start": 847801286,
            "stop": 847801305
        },
        {
            "start": 847801308,
            "stop": 847801348
        },
        {
            "start": 847801349,
            "stop": 847801421
        },
        {
            "start": 847801424,
            "stop": 847801429
        },
        {
            "start": 847801431,
            "stop": 847801432
        },
        {
            "start": 847801434,
            "stop": 847801455
        },
        {
            "start": 847801456,
            "stop": 847801469
        },
        {
            "start": 847801471,
            "stop": 847801501
        },
        {
            "start": 847801502,
            "stop": 847801550
        },
        {
            "start": 847801551,
            "stop": 847801600
        },
        {
            "start": 847801601,
            "stop": 847801603
        },
        {
            "start": 847801604,
            "stop": 847801728
        },
        {
            "start": 847801729,
            "stop": 847801856
        },
        {
            "start": 847801857,
            "stop": 847801859
        },
        {
            "start": 847801860,
            "stop": 847801933
        },
        {
            "start": 847801935,
            "stop": 847801966
        }
    ]
}