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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=151",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 152,
    "results": [
        {
            "start": 1239955671,
            "stop": 1239955790
        },
        {
            "start": 1239955791,
            "stop": 1239955910
        },
        {
            "start": 1239955911,
            "stop": 1239955945
        },
        {
            "start": 1239955946,
            "stop": 1239956030
        },
        {
            "start": 1239956031,
            "stop": 1239956150
        },
        {
            "start": 1239956151,
            "stop": 1239956270
        },
        {
            "start": 1239956271,
            "stop": 1239956390
        },
        {
            "start": 1239956391,
            "stop": 1239956510
        },
        {
            "start": 1239956511,
            "stop": 1239956630
        },
        {
            "start": 1239956631,
            "stop": 1239956750
        },
        {
            "start": 1239956751,
            "stop": 1239956870
        },
        {
            "start": 1239956871,
            "stop": 1239956990
        },
        {
            "start": 1239956991,
            "stop": 1239957110
        },
        {
            "start": 1239957111,
            "stop": 1239957230
        },
        {
            "start": 1239957231,
            "stop": 1239957350
        },
        {
            "start": 1239957351,
            "stop": 1239957470
        },
        {
            "start": 1239957471,
            "stop": 1239957590
        },
        {
            "start": 1239957591,
            "stop": 1239957710
        },
        {
            "start": 1239957711,
            "stop": 1239957830
        },
        {
            "start": 1239957831,
            "stop": 1239957950
        }
    ]
}