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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4567",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4565",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4566,
    "results": [
        {
            "start": 968851163,
            "stop": 968851194
        },
        {
            "start": 968851197,
            "stop": 968851452
        },
        {
            "start": 968851455,
            "stop": 968851526
        },
        {
            "start": 968852512,
            "stop": 968852582
        },
        {
            "start": 968852585,
            "stop": 968852698
        },
        {
            "start": 968852701,
            "stop": 968852876
        },
        {
            "start": 968852879,
            "stop": 968853059
        },
        {
            "start": 968853062,
            "stop": 968853571
        },
        {
            "start": 968853574,
            "stop": 968853950
        },
        {
            "start": 968853953,
            "stop": 968854299
        },
        {
            "start": 968854302,
            "stop": 968854353
        },
        {
            "start": 968854380,
            "stop": 968854828
        },
        {
            "start": 968854831,
            "stop": 968854946
        },
        {
            "start": 968854949,
            "stop": 968855143
        },
        {
            "start": 968855146,
            "stop": 968855295
        },
        {
            "start": 968855298,
            "stop": 968855355
        },
        {
            "start": 968855358,
            "stop": 968855472
        },
        {
            "start": 968855475,
            "stop": 968856000
        },
        {
            "start": 968856003,
            "stop": 968856020
        },
        {
            "start": 968856023,
            "stop": 968856265
        }
    ]
}