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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16735",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16736,
    "results": [
        {
            "start": 875049309,
            "stop": 875049326
        },
        {
            "start": 875049327,
            "stop": 875049347
        },
        {
            "start": 875049352,
            "stop": 875049454
        },
        {
            "start": 875049457,
            "stop": 875049574
        },
        {
            "start": 875049578,
            "stop": 875049583
        },
        {
            "start": 875049584,
            "stop": 875049651
        },
        {
            "start": 875049652,
            "stop": 875049795
        },
        {
            "start": 875049796,
            "stop": 875049854
        },
        {
            "start": 875049855,
            "stop": 875050072
        },
        {
            "start": 875050074,
            "stop": 875050136
        },
        {
            "start": 875050138,
            "stop": 875050148
        },
        {
            "start": 875050150,
            "stop": 875050168
        },
        {
            "start": 875050169,
            "stop": 875050248
        },
        {
            "start": 875050251,
            "stop": 875050274
        },
        {
            "start": 875050277,
            "stop": 875050449
        },
        {
            "start": 875050450,
            "stop": 875050472
        },
        {
            "start": 875050475,
            "stop": 875050662
        },
        {
            "start": 875050666,
            "stop": 875050699
        },
        {
            "start": 875050702,
            "stop": 875050853
        },
        {
            "start": 875050854,
            "stop": 875051079
        }
    ]
}