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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=83",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 84,
    "results": [
        {
            "start": 952674116,
            "stop": 952682114
        },
        {
            "start": 952686265,
            "stop": 952687616
        },
        {
            "start": 952693082,
            "stop": 952709330
        },
        {
            "start": 952710172,
            "stop": 952712741
        },
        {
            "start": 952714302,
            "stop": 952729507
        },
        {
            "start": 952730192,
            "stop": 952742422
        },
        {
            "start": 952759251,
            "stop": 952767736
        },
        {
            "start": 952767887,
            "stop": 952767906
        },
        {
            "start": 952774375,
            "stop": 952775780
        },
        {
            "start": 952777033,
            "stop": 952779215
        },
        {
            "start": 952780348,
            "stop": 952780354
        },
        {
            "start": 952781364,
            "stop": 952783338
        },
        {
            "start": 952802864,
            "stop": 952805080
        },
        {
            "start": 952805637,
            "stop": 952816693
        },
        {
            "start": 952817422,
            "stop": 952827245
        },
        {
            "start": 952829782,
            "stop": 952865393
        },
        {
            "start": 952868525,
            "stop": 952881306
        },
        {
            "start": 952889271,
            "stop": 952890820
        },
        {
            "start": 952890867,
            "stop": 952947105
        },
        {
            "start": 952951501,
            "stop": 952955271
        }
    ]
}