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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=322",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 323,
    "results": [
        {
            "start": 847704398,
            "stop": 847704430
        },
        {
            "start": 847704431,
            "stop": 847704432
        },
        {
            "start": 847704433,
            "stop": 847704470
        },
        {
            "start": 847704473,
            "stop": 847704508
        },
        {
            "start": 847704509,
            "stop": 847704513
        },
        {
            "start": 847704514,
            "stop": 847704527
        },
        {
            "start": 847704528,
            "stop": 847704562
        },
        {
            "start": 847704563,
            "stop": 847704645
        },
        {
            "start": 847704647,
            "stop": 847704696
        },
        {
            "start": 847704697,
            "stop": 847704720
        },
        {
            "start": 847704721,
            "stop": 847704725
        },
        {
            "start": 847704727,
            "stop": 847704740
        },
        {
            "start": 847704741,
            "stop": 847704943
        },
        {
            "start": 847704944,
            "stop": 847704953
        },
        {
            "start": 847704954,
            "stop": 847705028
        },
        {
            "start": 847705029,
            "stop": 847705031
        },
        {
            "start": 847705033,
            "stop": 847705080
        },
        {
            "start": 847705082,
            "stop": 847705326
        },
        {
            "start": 847705327,
            "stop": 847705336
        },
        {
            "start": 847705337,
            "stop": 847705339
        }
    ]
}