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=16767
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=16768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16766",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16767,
    "results": [
        {
            "start": 875106155,
            "stop": 875106196
        },
        {
            "start": 875106198,
            "stop": 875106227
        },
        {
            "start": 875106228,
            "stop": 875106273
        },
        {
            "start": 875106274,
            "stop": 875106283
        },
        {
            "start": 875106284,
            "stop": 875106305
        },
        {
            "start": 875106307,
            "stop": 875106309
        },
        {
            "start": 875106316,
            "stop": 875106318
        },
        {
            "start": 875106320,
            "stop": 875106329
        },
        {
            "start": 875106331,
            "stop": 875106376
        },
        {
            "start": 875106379,
            "stop": 875106398
        },
        {
            "start": 875106399,
            "stop": 875106402
        },
        {
            "start": 875106403,
            "stop": 875106405
        },
        {
            "start": 875106407,
            "stop": 875106419
        },
        {
            "start": 875106421,
            "stop": 875106426
        },
        {
            "start": 875106432,
            "stop": 875106442
        },
        {
            "start": 875106445,
            "stop": 875106446
        },
        {
            "start": 875106448,
            "stop": 875106452
        },
        {
            "start": 875106461,
            "stop": 875106497
        },
        {
            "start": 875106500,
            "stop": 875106538
        },
        {
            "start": 875106543,
            "stop": 875106559
        }
    ]
}