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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1262",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1263,
    "results": [
        {
            "start": 957763816,
            "stop": 957764100
        },
        {
            "start": 957764102,
            "stop": 957764118
        },
        {
            "start": 957764120,
            "stop": 957764291
        },
        {
            "start": 957764293,
            "stop": 957764359
        },
        {
            "start": 957764361,
            "stop": 957764674
        },
        {
            "start": 957764676,
            "stop": 957764893
        },
        {
            "start": 957764895,
            "stop": 957765078
        },
        {
            "start": 957765080,
            "stop": 957765345
        },
        {
            "start": 957765348,
            "stop": 957765394
        },
        {
            "start": 957765398,
            "stop": 957766487
        },
        {
            "start": 957766489,
            "stop": 957766595
        },
        {
            "start": 957766597,
            "stop": 957766874
        },
        {
            "start": 957766876,
            "stop": 957767296
        },
        {
            "start": 957767298,
            "stop": 957767582
        },
        {
            "start": 957767583,
            "stop": 957768130
        },
        {
            "start": 957768136,
            "stop": 957768157
        },
        {
            "start": 957768159,
            "stop": 957768222
        },
        {
            "start": 957768224,
            "stop": 957768344
        },
        {
            "start": 957768346,
            "stop": 957768789
        },
        {
            "start": 957768791,
            "stop": 957768819
        }
    ]
}