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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=178",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 179,
    "results": [
        {
            "start": 932724757,
            "stop": 932726391
        },
        {
            "start": 932729381,
            "stop": 932730295
        },
        {
            "start": 932736772,
            "stop": 932738394
        },
        {
            "start": 932758842,
            "stop": 932759054
        },
        {
            "start": 932760935,
            "stop": 932761457
        },
        {
            "start": 932763575,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771732
        },
        {
            "start": 932791915,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932804709
        },
        {
            "start": 932804715,
            "stop": 932807958
        },
        {
            "start": 932810102,
            "stop": 932828337
        },
        {
            "start": 932828344,
            "stop": 932828428
        },
        {
            "start": 932935560,
            "stop": 932936370
        },
        {
            "start": 932939605,
            "stop": 932940589
        },
        {
            "start": 932940597,
            "stop": 932940603
        },
        {
            "start": 932940610,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958994
        },
        {
            "start": 932959000,
            "stop": 932959421
        },
        {
            "start": 932960498,
            "stop": 932961995
        },
        {
            "start": 932962004,
            "stop": 932962451
        }
    ]
}