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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=367",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 368,
    "results": [
        {
            "start": 848554026,
            "stop": 848554252
        },
        {
            "start": 848554254,
            "stop": 848555050
        },
        {
            "start": 848555052,
            "stop": 848555199
        },
        {
            "start": 848555201,
            "stop": 848560384
        },
        {
            "start": 848560386,
            "stop": 848562257
        },
        {
            "start": 848562259,
            "stop": 848562566
        },
        {
            "start": 848563641,
            "stop": 848564193
        },
        {
            "start": 848564194,
            "stop": 848565775
        },
        {
            "start": 848565776,
            "stop": 848566049
        },
        {
            "start": 848566143,
            "stop": 848568742
        },
        {
            "start": 848568897,
            "stop": 848569340
        },
        {
            "start": 848569401,
            "stop": 848570573
        },
        {
            "start": 848570575,
            "stop": 848571077
        },
        {
            "start": 848571079,
            "stop": 848572604
        },
        {
            "start": 848572691,
            "stop": 848574725
        },
        {
            "start": 848576661,
            "stop": 848577103
        },
        {
            "start": 848577105,
            "stop": 848577374
        },
        {
            "start": 848582113,
            "stop": 848582170
        },
        {
            "start": 848582390,
            "stop": 848582530
        },
        {
            "start": 848582531,
            "stop": 848582619
        }
    ]
}