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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10153",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10154,
    "results": [
        {
            "start": 873742308,
            "stop": 873742331
        },
        {
            "start": 873742338,
            "stop": 873742372
        },
        {
            "start": 873742379,
            "stop": 873742405
        },
        {
            "start": 873742416,
            "stop": 873742440
        },
        {
            "start": 873742448,
            "stop": 873742500
        },
        {
            "start": 873742560,
            "stop": 873742614
        },
        {
            "start": 873742622,
            "stop": 873742701
        },
        {
            "start": 873742708,
            "stop": 873742810
        },
        {
            "start": 873742817,
            "stop": 873742860
        },
        {
            "start": 873742920,
            "stop": 873742923
        },
        {
            "start": 873742931,
            "stop": 873742976
        },
        {
            "start": 873742990,
            "stop": 873743073
        },
        {
            "start": 873743082,
            "stop": 873743100
        },
        {
            "start": 873744493,
            "stop": 873744548
        },
        {
            "start": 873744563,
            "stop": 873744651
        },
        {
            "start": 873744658,
            "stop": 873744660
        },
        {
            "start": 873744720,
            "stop": 873744724
        },
        {
            "start": 873744734,
            "stop": 873744740
        },
        {
            "start": 873744747,
            "stop": 873744758
        },
        {
            "start": 873744765,
            "stop": 873744780
        }
    ]
}