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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 68,
    "results": [
        {
            "start": 931502169,
            "stop": 931502173
        },
        {
            "start": 931502176,
            "stop": 931502187
        },
        {
            "start": 931502193,
            "stop": 931502201
        },
        {
            "start": 931502205,
            "stop": 931502219
        },
        {
            "start": 931502222,
            "stop": 931502244
        },
        {
            "start": 931502246,
            "stop": 931502256
        },
        {
            "start": 931502259,
            "stop": 931502263
        },
        {
            "start": 931502266,
            "stop": 931502272
        },
        {
            "start": 931502275,
            "stop": 931502286
        },
        {
            "start": 931502289,
            "stop": 931502307
        },
        {
            "start": 931502310,
            "stop": 931502323
        },
        {
            "start": 931502326,
            "stop": 931502334
        },
        {
            "start": 931502337,
            "stop": 931502348
        },
        {
            "start": 931502354,
            "stop": 931502367
        },
        {
            "start": 931502370,
            "stop": 931502389
        },
        {
            "start": 931502392,
            "stop": 931502399
        },
        {
            "start": 931502402,
            "stop": 931502417
        },
        {
            "start": 931502419,
            "stop": 931502459
        },
        {
            "start": 931502462,
            "stop": 931502486
        },
        {
            "start": 931502494,
            "stop": 931502514
        }
    ]
}