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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=233",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 234,
    "results": [
        {
            "start": 846202994,
            "stop": 846206571
        },
        {
            "start": 846206574,
            "stop": 846206609
        },
        {
            "start": 846206613,
            "stop": 846206739
        },
        {
            "start": 846206747,
            "stop": 846206835
        },
        {
            "start": 846206839,
            "stop": 846206849
        },
        {
            "start": 846206853,
            "stop": 846206897
        },
        {
            "start": 846206901,
            "stop": 846206917
        },
        {
            "start": 846206920,
            "stop": 846206926
        },
        {
            "start": 846206930,
            "stop": 846207117
        },
        {
            "start": 846207135,
            "stop": 846207155
        },
        {
            "start": 846207159,
            "stop": 846207189
        },
        {
            "start": 846207198,
            "stop": 846207229
        },
        {
            "start": 846207232,
            "stop": 846207252
        },
        {
            "start": 846207256,
            "stop": 846255373
        },
        {
            "start": 846255399,
            "stop": 846255401
        },
        {
            "start": 846255515,
            "stop": 846264427
        },
        {
            "start": 846264499,
            "stop": 846267841
        },
        {
            "start": 846267914,
            "stop": 846268865
        },
        {
            "start": 846269030,
            "stop": 846269463
        },
        {
            "start": 846269534,
            "stop": 846271393
        }
    ]
}