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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=103",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 104,
    "results": [
        {
            "start": 820672153,
            "stop": 820672573
        },
        {
            "start": 820672731,
            "stop": 820673751
        },
        {
            "start": 820674087,
            "stop": 820674867
        },
        {
            "start": 820675030,
            "stop": 820676230
        },
        {
            "start": 820676423,
            "stop": 820678703
        },
        {
            "start": 820678863,
            "stop": 820680303
        },
        {
            "start": 820680476,
            "stop": 820680656
        },
        {
            "start": 820680838,
            "stop": 820680898
        },
        {
            "start": 820681789,
            "stop": 820682929
        },
        {
            "start": 820683305,
            "stop": 820683425
        },
        {
            "start": 820683843,
            "stop": 820684143
        },
        {
            "start": 820684636,
            "stop": 820684696
        },
        {
            "start": 820685198,
            "stop": 820685498
        },
        {
            "start": 820686221,
            "stop": 820686701
        },
        {
            "start": 820686936,
            "stop": 820687116
        },
        {
            "start": 820687291,
            "stop": 820687531
        },
        {
            "start": 820687784,
            "stop": 820687844
        },
        {
            "start": 820688621,
            "stop": 820688681
        },
        {
            "start": 820689083,
            "stop": 820689323
        },
        {
            "start": 820689656,
            "stop": 820689776
        }
    ]
}