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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 103,
    "results": [
        {
            "start": 817815746,
            "stop": 817815778
        },
        {
            "start": 817815781,
            "stop": 817815783
        },
        {
            "start": 817815787,
            "stop": 817815849
        },
        {
            "start": 817815853,
            "stop": 817815893
        },
        {
            "start": 817815896,
            "stop": 817815936
        },
        {
            "start": 817815940,
            "stop": 817815997
        },
        {
            "start": 817816001,
            "stop": 817816038
        },
        {
            "start": 817816042,
            "stop": 817816044
        },
        {
            "start": 817816047,
            "stop": 817816049
        },
        {
            "start": 817816053,
            "stop": 817816055
        },
        {
            "start": 817816059,
            "stop": 817816070
        },
        {
            "start": 817816076,
            "stop": 817816081
        },
        {
            "start": 817816087,
            "stop": 817816145
        },
        {
            "start": 817816148,
            "stop": 817816161
        },
        {
            "start": 817816164,
            "stop": 817816170
        },
        {
            "start": 817816174,
            "stop": 817816197
        },
        {
            "start": 817816201,
            "stop": 817816314
        },
        {
            "start": 817816317,
            "stop": 817816363
        },
        {
            "start": 817816366,
            "stop": 817816368
        },
        {
            "start": 817816372,
            "stop": 817816374
        }
    ]
}