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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9936",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9937,
    "results": [
        {
            "start": 870954653,
            "stop": 870955440
        },
        {
            "start": 870955500,
            "stop": 870955854
        },
        {
            "start": 870955871,
            "stop": 870956486
        },
        {
            "start": 870956494,
            "stop": 870956940
        },
        {
            "start": 870957000,
            "stop": 870957077
        },
        {
            "start": 870957085,
            "stop": 870957300
        },
        {
            "start": 870957480,
            "stop": 870957660
        },
        {
            "start": 870957720,
            "stop": 870957839
        },
        {
            "start": 870957856,
            "stop": 870958140
        },
        {
            "start": 870958200,
            "stop": 870958570
        },
        {
            "start": 870958585,
            "stop": 870958620
        },
        {
            "start": 870960840,
            "stop": 870960900
        },
        {
            "start": 870961020,
            "stop": 870961080
        },
        {
            "start": 870961087,
            "stop": 870961140
        },
        {
            "start": 870961260,
            "stop": 870961440
        },
        {
            "start": 870961500,
            "stop": 870961620
        },
        {
            "start": 870961680,
            "stop": 870961890
        },
        {
            "start": 870963506,
            "stop": 870964020
        },
        {
            "start": 870964080,
            "stop": 870964920
        },
        {
            "start": 870964980,
            "stop": 870972720
        }
    ]
}