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=4593
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=4594",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4592",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4593,
    "results": [
        {
            "start": 969138293,
            "stop": 969138458
        },
        {
            "start": 969138518,
            "stop": 969139181
        },
        {
            "start": 969139184,
            "stop": 969139358
        },
        {
            "start": 969139418,
            "stop": 969139457
        },
        {
            "start": 969139460,
            "stop": 969139598
        },
        {
            "start": 969139718,
            "stop": 969140194
        },
        {
            "start": 969140197,
            "stop": 969140318
        },
        {
            "start": 969140378,
            "stop": 969140598
        },
        {
            "start": 969140601,
            "stop": 969140666
        },
        {
            "start": 969140675,
            "stop": 969140676
        },
        {
            "start": 969140680,
            "stop": 969141032
        },
        {
            "start": 969141035,
            "stop": 969141283
        },
        {
            "start": 969141286,
            "stop": 969141570
        },
        {
            "start": 969141573,
            "stop": 969141946
        },
        {
            "start": 969141949,
            "stop": 969142268
        },
        {
            "start": 969142271,
            "stop": 969143287
        },
        {
            "start": 969143290,
            "stop": 969143356
        },
        {
            "start": 969143360,
            "stop": 969143381
        },
        {
            "start": 969143384,
            "stop": 969143953
        },
        {
            "start": 969143956,
            "stop": 969144551
        }
    ]
}