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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=129",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 130,
    "results": [
        {
            "start": 964836622,
            "stop": 964868219
        },
        {
            "start": 964871808,
            "stop": 964875273
        },
        {
            "start": 964896252,
            "stop": 964897128
        },
        {
            "start": 964899836,
            "stop": 964906639
        },
        {
            "start": 964908255,
            "stop": 964919851
        },
        {
            "start": 964920020,
            "stop": 964947681
        },
        {
            "start": 964948894,
            "stop": 964954979
        },
        {
            "start": 964956660,
            "stop": 964958928
        },
        {
            "start": 964990745,
            "stop": 964994946
        },
        {
            "start": 965007836,
            "stop": 965008908
        },
        {
            "start": 965013385,
            "stop": 965021472
        },
        {
            "start": 965021892,
            "stop": 965022178
        },
        {
            "start": 965024050,
            "stop": 965025068
        },
        {
            "start": 965027350,
            "stop": 965032335
        },
        {
            "start": 965034686,
            "stop": 965041951
        },
        {
            "start": 965043089,
            "stop": 965044834
        },
        {
            "start": 965047486,
            "stop": 965050034
        },
        {
            "start": 965052384,
            "stop": 965053390
        },
        {
            "start": 965056583,
            "stop": 965058283
        },
        {
            "start": 965060254,
            "stop": 965060785
        }
    ]
}