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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=66",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 67,
    "results": [
        {
            "start": 946276954,
            "stop": 946279844
        },
        {
            "start": 946283683,
            "stop": 946284057
        },
        {
            "start": 946285649,
            "stop": 946285672
        },
        {
            "start": 946286622,
            "stop": 946287480
        },
        {
            "start": 946299491,
            "stop": 946299786
        },
        {
            "start": 946305606,
            "stop": 946305716
        },
        {
            "start": 946309702,
            "stop": 946309729
        },
        {
            "start": 946314602,
            "stop": 946314719
        },
        {
            "start": 946335952,
            "stop": 946336033
        },
        {
            "start": 946341273,
            "stop": 946352545
        },
        {
            "start": 946353097,
            "stop": 946369402
        },
        {
            "start": 946369436,
            "stop": 946369855
        },
        {
            "start": 946372246,
            "stop": 946374217
        },
        {
            "start": 946378754,
            "stop": 946387000
        },
        {
            "start": 946390809,
            "stop": 946408211
        },
        {
            "start": 946411807,
            "stop": 946412971
        },
        {
            "start": 946413068,
            "stop": 946472627
        },
        {
            "start": 946474591,
            "stop": 946550970
        },
        {
            "start": 946552157,
            "stop": 946557935
        },
        {
            "start": 946558901,
            "stop": 946589433
        }
    ]
}