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=10019
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=10020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10018",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10019,
    "results": [
        {
            "start": 872344683,
            "stop": 872344688
        },
        {
            "start": 872345550,
            "stop": 872345569
        },
        {
            "start": 872345622,
            "stop": 872345724
        },
        {
            "start": 872345758,
            "stop": 872345780
        },
        {
            "start": 872345814,
            "stop": 872346042
        },
        {
            "start": 872346076,
            "stop": 872346186
        },
        {
            "start": 872346229,
            "stop": 872346296
        },
        {
            "start": 872373244,
            "stop": 872373310
        },
        {
            "start": 872373352,
            "stop": 872373393
        },
        {
            "start": 872373451,
            "stop": 872373453
        },
        {
            "start": 872373487,
            "stop": 872373511
        },
        {
            "start": 872373529,
            "stop": 872373539
        },
        {
            "start": 872373581,
            "stop": 872373703
        },
        {
            "start": 872373742,
            "stop": 872373819
        },
        {
            "start": 872373853,
            "stop": 872373940
        },
        {
            "start": 872373957,
            "stop": 872374200
        },
        {
            "start": 872374260,
            "stop": 872374269
        },
        {
            "start": 872374305,
            "stop": 872374577
        },
        {
            "start": 872374732,
            "stop": 872374814
        },
        {
            "start": 872374934,
            "stop": 872374947
        }
    ]
}