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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 104,
    "results": [
        {
            "start": 817816377,
            "stop": 817816405
        },
        {
            "start": 817816408,
            "stop": 817816480
        },
        {
            "start": 817816484,
            "stop": 817816494
        },
        {
            "start": 817816500,
            "stop": 817816545
        },
        {
            "start": 817816549,
            "stop": 817816562
        },
        {
            "start": 817816565,
            "stop": 817816605
        },
        {
            "start": 817816609,
            "stop": 817816615
        },
        {
            "start": 817816626,
            "stop": 817816631
        },
        {
            "start": 817816637,
            "stop": 817816689
        },
        {
            "start": 817816692,
            "stop": 817816707
        },
        {
            "start": 817816714,
            "stop": 817816775
        },
        {
            "start": 817816783,
            "stop": 817816801
        },
        {
            "start": 817816804,
            "stop": 817816822
        },
        {
            "start": 817816826,
            "stop": 817816835
        },
        {
            "start": 817816839,
            "stop": 817816969
        },
        {
            "start": 817816973,
            "stop": 817817044
        },
        {
            "start": 817817049,
            "stop": 817817063
        },
        {
            "start": 817817066,
            "stop": 817817074
        },
        {
            "start": 817817080,
            "stop": 817817127
        },
        {
            "start": 817853794,
            "stop": 817853916
        }
    ]
}