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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=132",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 133,
    "results": [
        {
            "start": 931724131,
            "stop": 931724138
        },
        {
            "start": 931724147,
            "stop": 931724149
        },
        {
            "start": 931724155,
            "stop": 931724158
        },
        {
            "start": 931724169,
            "stop": 931724172
        },
        {
            "start": 931724179,
            "stop": 931724201
        },
        {
            "start": 931724207,
            "stop": 931724265
        },
        {
            "start": 931724271,
            "stop": 931724284
        },
        {
            "start": 931724295,
            "stop": 931724305
        },
        {
            "start": 931724311,
            "stop": 931724330
        },
        {
            "start": 931724348,
            "stop": 931724358
        },
        {
            "start": 931724367,
            "stop": 931724383
        },
        {
            "start": 931724390,
            "stop": 931724391
        },
        {
            "start": 931724398,
            "stop": 931724407
        },
        {
            "start": 931724446,
            "stop": 931724447
        },
        {
            "start": 931724463,
            "stop": 931724467
        },
        {
            "start": 931724482,
            "stop": 931724485
        },
        {
            "start": 931724577,
            "stop": 931724580
        },
        {
            "start": 931724602,
            "stop": 931724608
        },
        {
            "start": 931724642,
            "stop": 931724643
        },
        {
            "start": 931724653,
            "stop": 931724673
        }
    ]
}