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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=241",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 242,
    "results": [
        {
            "start": 821352052,
            "stop": 821352066
        },
        {
            "start": 821353129,
            "stop": 821353163
        },
        {
            "start": 821353168,
            "stop": 821353199
        },
        {
            "start": 821353205,
            "stop": 821353673
        },
        {
            "start": 821353678,
            "stop": 821353728
        },
        {
            "start": 821353733,
            "stop": 821355786
        },
        {
            "start": 821355874,
            "stop": 821357039
        },
        {
            "start": 821357044,
            "stop": 821358239
        },
        {
            "start": 821358247,
            "stop": 821358265
        },
        {
            "start": 821358273,
            "stop": 821358360
        },
        {
            "start": 821358368,
            "stop": 821359105
        },
        {
            "start": 821359110,
            "stop": 821360111
        },
        {
            "start": 821360116,
            "stop": 821361157
        },
        {
            "start": 821361266,
            "stop": 821361452
        },
        {
            "start": 821361575,
            "stop": 821363358
        },
        {
            "start": 821363364,
            "stop": 821363922
        },
        {
            "start": 821364009,
            "stop": 821364610
        },
        {
            "start": 821364616,
            "stop": 821367418
        },
        {
            "start": 821367443,
            "stop": 821367642
        },
        {
            "start": 821367650,
            "stop": 821367993
        }
    ]
}