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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=135",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 136,
    "results": [
        {
            "start": 965013385,
            "stop": 965021472
        },
        {
            "start": 965021892,
            "stop": 965022283
        },
        {
            "start": 965024050,
            "stop": 965025173
        },
        {
            "start": 965027350,
            "stop": 965032440
        },
        {
            "start": 965034686,
            "stop": 965042056
        },
        {
            "start": 965043089,
            "stop": 965044939
        },
        {
            "start": 965047486,
            "stop": 965050139
        },
        {
            "start": 965052384,
            "stop": 965053495
        },
        {
            "start": 965056583,
            "stop": 965058388
        },
        {
            "start": 965060254,
            "stop": 965060890
        },
        {
            "start": 965064004,
            "stop": 965070811
        },
        {
            "start": 965073213,
            "stop": 965088393
        },
        {
            "start": 965088761,
            "stop": 965088845
        },
        {
            "start": 965090380,
            "stop": 965093345
        },
        {
            "start": 965103724,
            "stop": 965126287
        },
        {
            "start": 965126883,
            "stop": 965129038
        },
        {
            "start": 965131010,
            "stop": 965131520
        },
        {
            "start": 965133977,
            "stop": 965136373
        },
        {
            "start": 965137207,
            "stop": 965142251
        },
        {
            "start": 965143104,
            "stop": 965144806
        }
    ]
}