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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=146",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 147,
    "results": [
        {
            "start": 822575918,
            "stop": 822576338
        },
        {
            "start": 822577492,
            "stop": 822577852
        },
        {
            "start": 822578041,
            "stop": 822578161
        },
        {
            "start": 822578622,
            "stop": 822578742
        },
        {
            "start": 822579718,
            "stop": 822579838
        },
        {
            "start": 822580799,
            "stop": 822580859
        },
        {
            "start": 822581495,
            "stop": 822581795
        },
        {
            "start": 822581950,
            "stop": 822582070
        },
        {
            "start": 822582210,
            "stop": 822583050
        },
        {
            "start": 822583191,
            "stop": 822583971
        },
        {
            "start": 822585397,
            "stop": 822585637
        },
        {
            "start": 822585911,
            "stop": 822585971
        },
        {
            "start": 822586413,
            "stop": 822586773
        },
        {
            "start": 822586929,
            "stop": 822587169
        },
        {
            "start": 822587449,
            "stop": 822587569
        },
        {
            "start": 822588099,
            "stop": 822588159
        },
        {
            "start": 822588732,
            "stop": 822589272
        },
        {
            "start": 822589424,
            "stop": 822589484
        },
        {
            "start": 822590407,
            "stop": 822590527
        },
        {
            "start": 822590885,
            "stop": 822591005
        }
    ]
}