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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=180",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 181,
    "results": [
        {
            "start": 817472988,
            "stop": 817473000
        },
        {
            "start": 817474958,
            "stop": 817475136
        },
        {
            "start": 817475169,
            "stop": 817475258
        },
        {
            "start": 817475277,
            "stop": 817475690
        },
        {
            "start": 817475709,
            "stop": 817475907
        },
        {
            "start": 817476027,
            "stop": 817476526
        },
        {
            "start": 817477300,
            "stop": 817477343
        },
        {
            "start": 817477463,
            "stop": 817477471
        },
        {
            "start": 817513848,
            "stop": 817514284
        },
        {
            "start": 817514305,
            "stop": 817514565
        },
        {
            "start": 817514585,
            "stop": 817514656
        },
        {
            "start": 817514676,
            "stop": 817515090
        },
        {
            "start": 817515107,
            "stop": 817515740
        },
        {
            "start": 817515757,
            "stop": 817516004
        },
        {
            "start": 817516025,
            "stop": 817516185
        },
        {
            "start": 817516202,
            "stop": 817516637
        },
        {
            "start": 817516654,
            "stop": 817523247
        },
        {
            "start": 817523266,
            "stop": 817523475
        },
        {
            "start": 817523494,
            "stop": 817524088
        },
        {
            "start": 817524109,
            "stop": 817524272
        }
    ]
}