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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8110",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8111,
    "results": [
        {
            "start": 970847249,
            "stop": 970847250
        },
        {
            "start": 970847254,
            "stop": 970847262
        },
        {
            "start": 970847269,
            "stop": 970847295
        },
        {
            "start": 970847298,
            "stop": 970847315
        },
        {
            "start": 970847318,
            "stop": 970847358
        },
        {
            "start": 970847361,
            "stop": 970847362
        },
        {
            "start": 970847365,
            "stop": 970847374
        },
        {
            "start": 970847377,
            "stop": 970847396
        },
        {
            "start": 970847407,
            "stop": 970847408
        },
        {
            "start": 970847420,
            "stop": 970847425
        },
        {
            "start": 970847428,
            "stop": 970847469
        },
        {
            "start": 970847474,
            "stop": 970847657
        },
        {
            "start": 970847660,
            "stop": 970847680
        },
        {
            "start": 970847683,
            "stop": 970847736
        },
        {
            "start": 970847739,
            "stop": 970847742
        },
        {
            "start": 970847745,
            "stop": 970847748
        },
        {
            "start": 970847777,
            "stop": 970847783
        },
        {
            "start": 970847788,
            "stop": 970847798
        },
        {
            "start": 970847819,
            "stop": 970847837
        },
        {
            "start": 970847840,
            "stop": 970847847
        }
    ]
}