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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=187",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 188,
    "results": [
        {
            "start": 933029275,
            "stop": 933029313
        },
        {
            "start": 933029337,
            "stop": 933029386
        },
        {
            "start": 933029387,
            "stop": 933029524
        },
        {
            "start": 933029529,
            "stop": 933029607
        },
        {
            "start": 933029612,
            "stop": 933029913
        },
        {
            "start": 933029918,
            "stop": 933030040
        },
        {
            "start": 933030058,
            "stop": 933030724
        },
        {
            "start": 933030890,
            "stop": 933030939
        },
        {
            "start": 933030944,
            "stop": 933032359
        },
        {
            "start": 933032378,
            "stop": 933032652
        },
        {
            "start": 933032684,
            "stop": 933032700
        },
        {
            "start": 933032720,
            "stop": 933032805
        },
        {
            "start": 933032846,
            "stop": 933032849
        },
        {
            "start": 933032892,
            "stop": 933032898
        },
        {
            "start": 933032917,
            "stop": 933032930
        },
        {
            "start": 933032949,
            "stop": 933032995
        },
        {
            "start": 933033035,
            "stop": 933033038
        },
        {
            "start": 933033057,
            "stop": 933033060
        },
        {
            "start": 933033182,
            "stop": 933033190
        },
        {
            "start": 933033209,
            "stop": 933033223
        }
    ]
}