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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=333",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 334,
    "results": [
        {
            "start": 857636218,
            "stop": 857636238
        },
        {
            "start": 857636242,
            "stop": 857636258
        },
        {
            "start": 857636266,
            "stop": 857636310
        },
        {
            "start": 857636314,
            "stop": 857636320
        },
        {
            "start": 857636323,
            "stop": 857636332
        },
        {
            "start": 857636336,
            "stop": 857636347
        },
        {
            "start": 857636357,
            "stop": 857636362
        },
        {
            "start": 857636383,
            "stop": 857636401
        },
        {
            "start": 857636405,
            "stop": 857636420
        },
        {
            "start": 857636424,
            "stop": 857636733
        },
        {
            "start": 857636742,
            "stop": 857636752
        },
        {
            "start": 857636756,
            "stop": 857636777
        },
        {
            "start": 857636785,
            "stop": 857636790
        },
        {
            "start": 857636795,
            "stop": 857636800
        },
        {
            "start": 857636804,
            "stop": 857636810
        },
        {
            "start": 857636824,
            "stop": 857636826
        },
        {
            "start": 857636829,
            "stop": 857636844
        },
        {
            "start": 857636853,
            "stop": 857636859
        },
        {
            "start": 857636873,
            "stop": 857637680
        },
        {
            "start": 857637684,
            "stop": 857637709
        }
    ]
}