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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=158",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 159,
    "results": [
        {
            "start": 932858174,
            "stop": 932858296
        },
        {
            "start": 932858301,
            "stop": 932858366
        },
        {
            "start": 932858368,
            "stop": 932858389
        },
        {
            "start": 932858411,
            "stop": 932858466
        },
        {
            "start": 932858467,
            "stop": 932858468
        },
        {
            "start": 932858471,
            "stop": 932858490
        },
        {
            "start": 932858519,
            "stop": 932858533
        },
        {
            "start": 932858556,
            "stop": 932858563
        },
        {
            "start": 932858594,
            "stop": 932858618
        },
        {
            "start": 932858624,
            "stop": 932858627
        },
        {
            "start": 932858629,
            "stop": 932858727
        },
        {
            "start": 932858768,
            "stop": 932858844
        },
        {
            "start": 932858872,
            "stop": 932858877
        },
        {
            "start": 932858922,
            "stop": 932858930
        },
        {
            "start": 932858979,
            "stop": 932859075
        },
        {
            "start": 932859080,
            "stop": 932859091
        },
        {
            "start": 932859111,
            "stop": 932859117
        },
        {
            "start": 932859135,
            "stop": 932859155
        },
        {
            "start": 932859174,
            "stop": 932859177
        },
        {
            "start": 932859198,
            "stop": 932859217
        }
    ]
}