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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=170",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 171,
    "results": [
        {
            "start": 955088505,
            "stop": 955090500
        },
        {
            "start": 955094058,
            "stop": 955094757
        },
        {
            "start": 955094760,
            "stop": 955098349
        },
        {
            "start": 955102536,
            "stop": 955102636
        },
        {
            "start": 955102683,
            "stop": 955107611
        },
        {
            "start": 955131697,
            "stop": 955131807
        },
        {
            "start": 955131963,
            "stop": 955132310
        },
        {
            "start": 955144047,
            "stop": 955145677
        },
        {
            "start": 955148618,
            "stop": 955167474
        },
        {
            "start": 955170783,
            "stop": 955190163
        },
        {
            "start": 955194306,
            "stop": 955206371
        },
        {
            "start": 955236927,
            "stop": 955238508
        },
        {
            "start": 955245502,
            "stop": 955250777
        },
        {
            "start": 955254306,
            "stop": 955257647
        },
        {
            "start": 955260155,
            "stop": 955283037
        },
        {
            "start": 955283110,
            "stop": 955288437
        },
        {
            "start": 955297454,
            "stop": 955299496
        },
        {
            "start": 955309168,
            "stop": 955310944
        },
        {
            "start": 955314826,
            "stop": 955328114
        },
        {
            "start": 955365358,
            "stop": 955366217
        }
    ]
}