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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=316",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 317,
    "results": [
        {
            "start": 855693274,
            "stop": 855706429
        },
        {
            "start": 855710410,
            "stop": 855712839
        },
        {
            "start": 855714035,
            "stop": 855778711
        },
        {
            "start": 855780880,
            "stop": 855783260
        },
        {
            "start": 855784315,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855813603
        },
        {
            "start": 855813626,
            "stop": 855813833
        },
        {
            "start": 855813847,
            "stop": 855813867
        },
        {
            "start": 855813871,
            "stop": 855813886
        },
        {
            "start": 855813905,
            "stop": 855814362
        },
        {
            "start": 855814365,
            "stop": 855814521
        },
        {
            "start": 855814535,
            "stop": 855814811
        },
        {
            "start": 855814819,
            "stop": 855817953
        },
        {
            "start": 855817957,
            "stop": 855818087
        },
        {
            "start": 855818091,
            "stop": 855818200
        },
        {
            "start": 855818204,
            "stop": 855818243
        },
        {
            "start": 855818257,
            "stop": 855818263
        },
        {
            "start": 855818271,
            "stop": 855818287
        },
        {
            "start": 855818290,
            "stop": 855818421
        },
        {
            "start": 855818425,
            "stop": 855818600
        }
    ]
}