Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14477
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14478",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14476",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14477,
    "results": [
        {
            "start": 971604760,
            "stop": 971605658
        },
        {
            "start": 971605661,
            "stop": 971606174
        },
        {
            "start": 971606177,
            "stop": 971607175
        },
        {
            "start": 971607178,
            "stop": 971607536
        },
        {
            "start": 971607539,
            "stop": 971607563
        },
        {
            "start": 971607566,
            "stop": 971607582
        },
        {
            "start": 971607585,
            "stop": 971607740
        },
        {
            "start": 971607743,
            "stop": 971607834
        },
        {
            "start": 971607837,
            "stop": 971607906
        },
        {
            "start": 971607909,
            "stop": 971607910
        },
        {
            "start": 971607913,
            "stop": 971608308
        },
        {
            "start": 971608311,
            "stop": 971608349
        },
        {
            "start": 971608352,
            "stop": 971608592
        },
        {
            "start": 971608595,
            "stop": 971609031
        },
        {
            "start": 971609034,
            "stop": 971609140
        },
        {
            "start": 971609143,
            "stop": 971609174
        },
        {
            "start": 971609177,
            "stop": 971609192
        },
        {
            "start": 971609195,
            "stop": 971609312
        },
        {
            "start": 971609315,
            "stop": 971609328
        },
        {
            "start": 971609330,
            "stop": 971609345
        }
    ]
}