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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14100",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14101,
    "results": [
        {
            "start": 971159269,
            "stop": 971159274
        },
        {
            "start": 971159277,
            "stop": 971159280
        },
        {
            "start": 971159281,
            "stop": 971159285
        },
        {
            "start": 971159286,
            "stop": 971159288
        },
        {
            "start": 971159289,
            "stop": 971159295
        },
        {
            "start": 971159296,
            "stop": 971159307
        },
        {
            "start": 971159308,
            "stop": 971159317
        },
        {
            "start": 971159318,
            "stop": 971159319
        },
        {
            "start": 971159321,
            "stop": 971159325
        },
        {
            "start": 971159326,
            "stop": 971159327
        },
        {
            "start": 971159329,
            "stop": 971159332
        },
        {
            "start": 971159333,
            "stop": 971159342
        },
        {
            "start": 971159343,
            "stop": 971159346
        },
        {
            "start": 971159348,
            "stop": 971159349
        },
        {
            "start": 971159351,
            "stop": 971159353
        },
        {
            "start": 971159361,
            "stop": 971159364
        },
        {
            "start": 971159365,
            "stop": 971159367
        },
        {
            "start": 971159378,
            "stop": 971159380
        },
        {
            "start": 971159383,
            "stop": 971159386
        },
        {
            "start": 971159387,
            "stop": 971159390
        }
    ]
}