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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=180",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 181,
    "results": [
        {
            "start": 956549019,
            "stop": 956553146
        },
        {
            "start": 956558820,
            "stop": 956580270
        },
        {
            "start": 956580274,
            "stop": 956580325
        },
        {
            "start": 956580332,
            "stop": 956580400
        },
        {
            "start": 956580403,
            "stop": 956580859
        },
        {
            "start": 956580870,
            "stop": 956580888
        },
        {
            "start": 956580894,
            "stop": 956581037
        },
        {
            "start": 956581040,
            "stop": 956581584
        },
        {
            "start": 956581590,
            "stop": 956581764
        },
        {
            "start": 956581768,
            "stop": 956581785
        },
        {
            "start": 956581788,
            "stop": 956581804
        },
        {
            "start": 956581811,
            "stop": 956581819
        },
        {
            "start": 956581822,
            "stop": 956581840
        },
        {
            "start": 956581843,
            "stop": 956581863
        },
        {
            "start": 956581866,
            "stop": 956581888
        },
        {
            "start": 956581893,
            "stop": 956581897
        },
        {
            "start": 956581900,
            "stop": 956581924
        },
        {
            "start": 956581928,
            "stop": 956581965
        },
        {
            "start": 956581969,
            "stop": 956581970
        },
        {
            "start": 956581978,
            "stop": 956581979
        }
    ]
}